|
|
|
@ -389,52 +389,6 @@ |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
(deftest convertir-formato-impresion-11 |
|
|
|
|
|
|
|
(testing "Test 11 convertir-formato-impresion" |
|
|
|
|
|
|
|
(is (= |
|
|
|
|
|
|
|
(convertir-formato-impresion '("Hola mundo! {}" "")) |
|
|
|
|
|
|
|
'("Hola mundo! %s" "") |
|
|
|
|
|
|
|
)) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(deftest convertir-formato-impresion-12 |
|
|
|
|
|
|
|
(testing "Test 12 convertir-formato-impresion" |
|
|
|
|
|
|
|
(is (= |
|
|
|
|
|
|
|
(convertir-formato-impresion '("{}" "")) |
|
|
|
|
|
|
|
'("%s" "") |
|
|
|
|
|
|
|
)) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(deftest convertir-formato-impresion-13 |
|
|
|
|
|
|
|
(testing "Test 13 convertir-formato-impresion" |
|
|
|
|
|
|
|
(is (= |
|
|
|
|
|
|
|
(convertir-formato-impresion '("{}{}" "1" "")) |
|
|
|
|
|
|
|
'("%s%s" "1" "") |
|
|
|
|
|
|
|
)) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(deftest convertir-formato-impresion-14 |
|
|
|
|
|
|
|
(testing "Test 14 convertir-formato-impresion" |
|
|
|
|
|
|
|
(is (= |
|
|
|
|
|
|
|
(convertir-formato-impresion '("{}{}" 1 "")) |
|
|
|
|
|
|
|
'("%d%s" 1 "") |
|
|
|
|
|
|
|
)) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(deftest convertir-formato-impresion-15 |
|
|
|
|
|
|
|
(testing "Test 15 convertir-formato-impresion" |
|
|
|
|
|
|
|
(is (= |
|
|
|
|
|
|
|
(convertir-formato-impresion '("{}\t{}" 1 1)) |
|
|
|
|
|
|
|
'("%d\t%d" 1 1) |
|
|
|
|
|
|
|
)) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(deftest get-rust-formatters-01 |
|
|
|
(deftest get-rust-formatters-01 |
|
|
|
(testing "Test 01 get-rust-formatters" |
|
|
|
(testing "Test 01 get-rust-formatters" |
|
|
|
(is (= |
|
|
|
(is (= |
|
|
|
|