diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index 87a99ab..a7d7e27 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -317,6 +317,16 @@ ) ) +(deftest convertir-formato-impresion-07 + (testing "Test 07 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("Hola, mundo {:.8f}!" 2.0)) + '("Hola, mundo %.8f!" 2.0) + ) + ) + ) +) + (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters" (is (=