diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index a0451c7..80bd96e 100644 --- a/test/rustint/core_test.clj +++ b/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 (=