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

@ -356,3 +356,13 @@
)
)
)
(deftest test-especificador-formato-05
(testing "Test 05 especificador formato"
(is (=
(especificador-formato 2.0 ".8")
"%.8f"
)
)
)
)

Loading…
Cancel
Save