diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index acc8bca..be5dbc3 100644 --- a/test/rustint/core_test.clj +++ b/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))