diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index 5b6b371..21ac491 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -169,3 +169,9 @@ (is (= (identificador? 'boolean) true)) ) ) + +(deftest identificador-test02 + (testing "Test 02 identificador" + (is (= (identificador? 'bool) false)) + ) +)