From 8a0341ec359755cf1e792e6916963efc518deab1 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Tue, 29 Nov 2022 08:24:20 -0300 Subject: [PATCH] add test identificador --- test/rustint/core_test.clj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index be5dbc3..6f0431d 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -194,6 +194,13 @@ ) ) +(deftest identificador-test06 + (testing "Test 06 identificador" + (is (= (identificador? 'es_impar_primo) true)) + ) +) + + (deftest palabra-reservada-test01 (testing "Test 01 palabra reservada"