master
CrossNox 3 years ago
parent 63a394044e
commit 081f23cf24
  1. 10
      test/rustint/core_test.clj

@ -346,3 +346,13 @@
) )
) )
) )
(deftest test-especificador-formato-04
(testing "Test 04 especificador formato"
(is (=
(especificador-formato 2.0 ".4")
"%.4f"
)
)
)
)

Loading…
Cancel
Save