add test convertir formato impresion

master
CrossNox 3 years ago
parent 42b734d6c9
commit fc13d8a661
  1. 10
      test/rustint/core_test.clj

@ -407,6 +407,16 @@
)
)
(deftest convertir-formato-impresion-13
(testing "Test 13 convertir-formato-impresion"
(is (=
(convertir-formato-impresion '("{}{}" "1" ""))
'("%s%s" "1" "")
))
)
)
(deftest get-rust-formatters-01
(testing "Test 01 get-rust-formatters"

Loading…
Cancel
Save