From 67e78f2212f0521270941c4ce476ccbe6495250a Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 15:29:05 -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 80bd96e..87a99ab 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -307,6 +307,16 @@ ) ) +(deftest convertir-formato-impresion-06 + (testing "Test 06 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("Hola, mundo {} {} {}!" 2 2.0 "2")) + '("Hola, mundo %d %.0f %s!" 2 2.0 "2") + ) + ) + ) +) + (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters" (is (=