测试用例错误

This commit is contained in:
2026-02-28 20:13:16 +08:00
parent 0fe01c0c39
commit 598c55e381

View File

@@ -53,7 +53,7 @@ public class EffectiveNumberFormatterTest {
test("0.0521", 4, 2, "0.052");
test("0.5210", 4, 2, "0.52");
test("0.1251", 4, 2, "0.13");
test("0.01251", 4, 2, "0.013");
test("0.01251", 4, 2, "0.012");
test("0.001251", 4, 2, "0.0013");
test("0.000125", 4, 2, "0.0001");
test("0.4", 4, 2, "0.40");