|
|
|
@ -297,6 +297,16 @@ |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(deftest convertir-formato-impresion-05 |
|
|
|
|
|
|
|
(testing "Test 05 convertir-formato-impresion" |
|
|
|
|
|
|
|
(is (= |
|
|
|
|
|
|
|
(convertir-formato-impresion '("Hola, mundo {}!" "2")) |
|
|
|
|
|
|
|
'("Hola, mundo %s!" "2") |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
(deftest get-rust-formatters-01 |
|
|
|
(deftest get-rust-formatters-01 |
|
|
|
(testing "Test 01 get-rust-formatters" |
|
|
|
(testing "Test 01 get-rust-formatters" |
|
|
|
(is (= |
|
|
|
(is (= |
|
|
|
|