From f5b0d348cc945db34cf7e89c866b339929470b61 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 12:33:05 -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 53e7ec6..4281be5 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -176,6 +176,12 @@ ) ) +(deftest identificador-test03 + (testing "Test 03 identificador" + (is (= (identificador? 'e120) true)) + ) +) + (deftest palabra-reservada-test01 (testing "Test 01 palabra reservada" (is (= (palabra-reservada? 'while) true))