测试用例错误
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user