master
CrossNox 3 years ago
parent 71c1d148fa
commit b69a95d197
  1. 10
      test/rustint/core_test.clj

@ -317,6 +317,16 @@
) )
) )
(deftest convertir-formato-impresion-07
(testing "Test 07 convertir-formato-impresion"
(is (=
(convertir-formato-impresion '("Hola, mundo {:.8f}!" 2.0))
'("Hola, mundo %.8f!" 2.0)
)
)
)
)
(deftest get-rust-formatters-01 (deftest get-rust-formatters-01
(testing "Test 01 get-rust-formatters" (testing "Test 01 get-rust-formatters"
(is (= (is (=

Loading…
Cancel
Save