add test dividir

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

@ -164,6 +164,12 @@
)
)
(deftest dividir-test07
(testing "Test 07 dividir"
(is (= (dividir 1.4 0.7) 2.0))
)
)
(deftest identificador-test01
(testing "Test 01 identificador"
(is (= (identificador? 'boolean) true))

Loading…
Cancel
Save