From fc13d8a661c5504dc1e95549e0b11d4acd948869 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Tue, 29 Nov 2022 13:50:20 -0300 Subject: [PATCH] add test convertir formato impresion --- test/rustint/core_test.clj | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index a6d19a2..6e7732b 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -407,6 +407,16 @@ ) ) +(deftest convertir-formato-impresion-13 + (testing "Test 13 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("{}{}" "1" "")) + '("%s%s" "1" "") + )) + ) +) + + (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters"