From 863345c28c0476e413f11d04e1ce6545bc4a2975 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Tue, 29 Nov 2022 13:52:15 -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 91ede10..04704c5 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -425,6 +425,16 @@ ) ) +(deftest convertir-formato-impresion-15 + (testing "Test 15 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("{}\t{}" 1 1)) + '("%d\t%d" 1 1) + )) + ) +) + + (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters" (is (=