mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package cn.hutool.core.convert;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
public class NumberChineseFormatterTest {
|
||||
@@ -89,4 +90,10 @@ public class NumberChineseFormatterTest {
|
||||
Assert.assertEquals(1000000, NumberChineseFormatter.chineseToNumber("一百万"));
|
||||
Assert.assertEquals(2000100112, NumberChineseFormatter.chineseToNumber("二十亿零一十万零一百一十二"));
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void chineseToNumberTest2(){
|
||||
Assert.assertEquals(120, NumberChineseFormatter.chineseToNumber("一百二"));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user