add test for dividir

master
CrossNox 3 years ago
parent 46db5c492b
commit f23a497aec
  1. 6
      test/rustint/core_test.clj

@ -176,6 +176,12 @@
) )
) )
(deftest dividir-test09
(testing "Test 09 dividir"
(is (= (dividir 17.0 8.0) 2.125))
)
)
(deftest identificador-test01 (deftest identificador-test01
(testing "Test 01 identificador" (testing "Test 01 identificador"
(is (= (identificador? 'boolean) true)) (is (= (identificador? 'boolean) true))

Loading…
Cancel
Save