|
|
|
@ -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 |
|
|
|
(deftest get-rust-formatters-01 |
|
|
|
(testing "Test 01 get-rust-formatters" |
|
|
|
(testing "Test 01 get-rust-formatters" |
|
|
|
(is (= |
|
|
|
(is (= |
|
|
|
|