master
CrossNox 3 years ago
parent ee7e10aa2a
commit 63e1c3ed5b
  1. 10
      test/rustint/core_test.clj

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

Loading…
Cancel
Save