master
CrossNox 3 years ago
parent a80bc3dbdc
commit 5cc567243b
  1. 9
      test/rustint/core_test.clj

@ -256,3 +256,12 @@
(is (nil? (dump nil)))
)
)
(deftest convertir-formato-impresion-01
(testing "Test 01 convertir-formato-impresion"
(is (=
(convertir-formato-impresion '("Hola, mundo!"))
'("Hola, mundo!")
)
)
)

Loading…
Cancel
Save