add test convertir formato impresion

master
CrossNox 3 years ago
parent 90018100ec
commit 806f28d156
  1. 9
      test/rustint/core_test.clj

@ -389,6 +389,15 @@
)
)
(deftest convertir-formato-impresion-11
(testing "Test 11 convertir-formato-impresion"
(is (=
(convertir-formato-impresion '("Hola mundo! {}" ""))
'("Hola mundo! %s" "")
))
)
)
(deftest get-rust-formatters-01
(testing "Test 01 get-rust-formatters"
(is (=

Loading…
Cancel
Save