master
CrossNox 3 years ago
parent f5b0d348cc
commit 41bb3803d1
  1. 6
      test/rustint/core_test.clj

@ -182,6 +182,12 @@
)
)
(deftest identificador-test04
(testing "Test 04 identificador"
(is (= (identificador? '12e0) false))
)
)
(deftest palabra-reservada-test01
(testing "Test 01 palabra reservada"
(is (= (palabra-reservada? 'while) true))

Loading…
Cancel
Save