diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index d599fe1..ccf6295 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -277,6 +277,16 @@ ) ) +(deftest convertir-formato-impresion-03 + (testing "Test 03 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("Hola, mundo {}!" 2)) + '("Hola, mundo %d!" 2) + ) + ) + ) +) + (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters" (is (=