add test convertir formato impresion

master
CrossNox 3 years ago
parent 806f28d156
commit f48f278b9f
  1. 10
      test/rustint/core_test.clj

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

Loading…
Cancel
Save