add test for dividir

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

@ -170,6 +170,12 @@
) )
) )
(deftest dividir-test08
(testing "Test 08 dividir"
(is (= (dividir 1.75 1.25) 1.4))
)
)
(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