add test identificador

master
CrossNox 3 years ago
parent 3b320fc5da
commit 8a0341ec35
  1. 7
      test/rustint/core_test.clj

@ -194,6 +194,13 @@
)
)
(deftest identificador-test06
(testing "Test 06 identificador"
(is (= (identificador? 'es_impar_primo) true))
)
)
(deftest palabra-reservada-test01
(testing "Test 01 palabra reservada"

Loading…
Cancel
Save