master
CrossNox 3 years ago
parent 48f46ab996
commit 3d1b3ac76b
  1. 10
      test/rustint/core_test.clj

@ -277,6 +277,16 @@
)
)
(deftest convertir-formato-impresion-03
(testing "Test 03 convertir-formato-impresion"
(is (=
(convertir-formato-impresion '("Hola, mundo {}!" 2))
'("Hola, mundo %d!" 2)
)
)
)
)
(deftest get-rust-formatters-01
(testing "Test 01 get-rust-formatters"
(is (=

Loading…
Cancel
Save