From 6544a8de942df0621a01e8ea08617fa92e12e462 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 15:28:02 -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 a0451c7..80bd96e 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -297,6 +297,16 @@ ) ) +(deftest convertir-formato-impresion-05 + (testing "Test 05 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("Hola, mundo {}!" "2")) + '("Hola, mundo %s!" "2") + ) + ) + ) +) + (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters" (is (=