From 0393f1f2d5f4ca94d8b185959952cfa49b2ac839 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 15:39:31 -0300 Subject: [PATCH] add test --- 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 1bd086c..f0891b6 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -327,6 +327,16 @@ ) ) +(deftest convertir-formato-impresion-08 + (testing "Test 08 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("- My name is {}, James {}.\n- Hello, {}{}{}!" "Bond" "Bond" 0 0 7)) + '("- My name is %s, James %s.\n- Hello, %d%d%d!" "Bond" "Bond" 0 0 7) + ) + ) + ) +) + (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters" (is (=