From 3d1b3ac76b113462f23ba0445862f30e0f2a75f3 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 13:57:36 -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 d599fe1..ccf6295 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -277,6 +277,16 @@ ) ) +(deftest convertir-formato-impresion-03 + (testing "Test 03 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("Hola, mundo {}!" 2)) + '("Hola, mundo %d!" 2) + ) + ) + ) +) + (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters" (is (=