From 27b2def5c29069c573e0374c9787ddf0e9c9f8a4 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 15:40:40 -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 f0891b6..cdbae8c 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -337,6 +337,16 @@ ) ) +(deftest convertir-formato-impresion-09 + (testing "Test 09 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("{} elevado a la {} es\t{}" 2.0 2 4.0)) + '("%.0f elevado a la %d es\t%.0f" 2.0 2 4.0) + ) + ) + ) +) + (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters" (is (=