add test convertir formato impresion

master
CrossNox 3 years ago
parent 3b5a795d24
commit 863345c28c
  1. 10
      test/rustint/core_test.clj

@ -425,6 +425,16 @@
)
)
(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
(testing "Test 01 get-rust-formatters"
(is (=

Loading…
Cancel
Save