master
CrossNox 3 years ago
parent 949f62a40c
commit a24ac2f2af
  1. 10
      test/rustint/core_test.clj

@ -306,3 +306,13 @@
) )
) )
) )
(deftest get-rust-formatters-04
(testing "Test 04 get-rust-formatters"
(is (=
(get-rust-formatters "Las raices cuadradas de {} son +{:.8} y -{:.8}")
'(nil ".8" ".8")
)
)
)
)

Loading…
Cancel
Save