@ -389,6 +389,15 @@
)
(deftest convertir-formato-impresion-11
(testing "Test 11 convertir-formato-impresion"
(is (=
(convertir-formato-impresion '("Hola mundo! {}" ""))
'("Hola mundo! %s" "")
))
(deftest get-rust-formatters-01
(testing "Test 01 get-rust-formatters"