From 7379dcadae01ed43dc84f3923d472b996f443cb3 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 15:42:16 -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 cdbae8c..c132f1f 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -347,6 +347,16 @@ ) ) +(deftest convertir-formato-impresion-10 + (testing "Test 10 convertir-formato-impresion" + (is (= + (convertir-formato-impresion '("Las raices cuadradas de {} son +{:.8} y -{:.8}" 4.0 1.999999999985448 1.999999999985448)) + '("Las raices cuadradas de %.0f son +%.8f y -%.8f" 4.0 1.999999999985448 1.999999999985448) + ) + ) + ) +) + (deftest get-rust-formatters-01 (testing "Test 01 get-rust-formatters" (is (=