master
CrossNox 3 years ago
parent ffedc7ef1f
commit 4bd40e4102
  1. 6
      test/rustint/core_test.clj

@ -169,3 +169,9 @@
(is (= (identificador? 'boolean) true)) (is (= (identificador? 'boolean) true))
) )
) )
(deftest identificador-test02
(testing "Test 02 identificador"
(is (= (identificador? 'bool) false))
)
)

Loading…
Cancel
Save