From 07cd40b7f04217a99b5ac2014ea476a6f15f004b Mon Sep 17 00:00:00 2001 From: CrossNox Date: Tue, 29 Nov 2022 14:55:01 -0300 Subject: [PATCH] fix formato impresion --- test/rustint/core_test.clj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index 04704c5..2851bf8 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -434,6 +434,14 @@ ) ) +(deftest convertir-formato-impresion-16 + (testing "Test 16 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("{}\t{}" 1 \a)) + '("%d\t%c" 1 \a) + )) + ) +) (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters"