add test identificador

master
CrossNox 3 years ago
parent c9f5b2ac8a
commit ab0582f0f5
  1. 7
      test/rustint/core_test.clj

@ -188,6 +188,13 @@
)
)
(deftest identificador-test05
(testing "Test 05 identificador"
(is (= (identificador? 'TRES) true))
)
)
(deftest palabra-reservada-test01
(testing "Test 01 palabra reservada"
(is (= (palabra-reservada? 'while) true))

Loading…
Cancel
Save