master
CrossNox 3 years ago
parent 6544a8de94
commit 67e78f2212
  1. 10
      test/rustint/core_test.clj

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

Loading…
Cancel
Save