master
CrossNox 3 years ago
parent e4260c5cfe
commit 3fb827e11f
  1. 6
      test/rustint/core_test.clj

@ -163,3 +163,9 @@
(is (= (dividir 1 2.0) 0.5)) (is (= (dividir 1 2.0) 0.5))
) )
) )
(deftest identificador-test01
(testing "Test 01 identificador"
(is (= (identificador? 'boolean) true))
)
)

Loading…
Cancel
Save