From 63e1c3ed5b30afd8d1811ec956a1095b8a5bc416 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 15:27:29 -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 ccf6295..a0451c7 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -287,6 +287,16 @@ ) ) +(deftest convertir-formato-impresion-04 + (testing "Test 04 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("Hola, mundo {}!" 2.0)) + '("Hola, mundo %.0f!" 2.0) + ) + ) + ) +) + (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters" (is (=