From 41bb3803d15659548de3929645bf018fc792ac65 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 12:33:26 -0300 Subject: [PATCH] add test --- test/rustint/core_test.clj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index 4281be5..b8e34d7 100644 --- a/test/rustint/core_test.clj +++ b/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))