add test especificador formato

master
CrossNox 3 years ago
parent 819a50f07e
commit d40e5a4888
  1. 11
      test/rustint/core_test.clj

@ -479,6 +479,17 @@
)
)
(deftest test-especificador-formato-06
(testing "Test 06 especificador formato"
(is (=
(especificador-formato 2.1 nil)
"%f"
)
)
)
)
(deftest test-listar-01
(testing "Test 01 listar"
(let [

Loading…
Cancel
Save