fix formato impresion

master
CrossNox 3 years ago
parent 5a6afd49b0
commit 07cd40b7f0
  1. 8
      test/rustint/core_test.clj

@ -434,6 +434,14 @@
) )
) )
(deftest convertir-formato-impresion-16
(testing "Test 16 convertir-formato-impresion"
(is (=
(convertir-formato-impresion '("{}\t{}" 1 \a))
'("%d\t%c" 1 \a)
))
)
)
(deftest get-rust-formatters-01 (deftest get-rust-formatters-01
(testing "Test 01 get-rust-formatters" (testing "Test 01 get-rust-formatters"

Loading…
Cancel
Save