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

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

Loading…
Cancel
Save