From 806f28d15626fb16c77cc1bc2dacbdd186cd999a Mon Sep 17 00:00:00 2001 From: CrossNox Date: Tue, 29 Nov 2022 13:34:04 -0300 Subject: [PATCH] add test convertir formato impresion --- test/rustint/core_test.clj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index dd05d50..3c26311 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -389,6 +389,15 @@ ) ) +(deftest convertir-formato-impresion-11 + (testing "Test 11 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("Hola mundo! {}" "")) + '("Hola mundo! %s" "") + )) + ) +) + (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters" (is (=