master
CrossNox 3 years ago
parent c4ad2bd78b
commit 48f46ab996
  1. 1
      src/rustint/core.clj
  2. 4
      test/rustint/core_test.clj

@ -2179,7 +2179,6 @@
)
(defn get-rust-formatters [s]
(println s) (flush)
(map last (re-seq #"\{:?(.\d)?\}" s))
)

@ -267,8 +267,8 @@
)
)
(deftest convertir-formato-impresion-01
(testing "Test 01 convertir-formato-impresion"
(deftest convertir-formato-impresion-02
(testing "Test 02 convertir-formato-impresion"
(is (=
(convertir-formato-impresion '("Hola, mundo 2!"))
'("Hola, mundo 2!")

Loading…
Cancel
Save