mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add blank char
This commit is contained in:
@@ -55,4 +55,10 @@ public class CharUtilTest {
|
||||
Assert.assertEquals('⑫', CharUtil.toCloseByNumber(12));
|
||||
Assert.assertEquals('⑳', CharUtil.toCloseByNumber(20));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void issueI5UGSQTest(){
|
||||
final Character c = '\u3164';
|
||||
Assert.assertTrue(CharUtil.isBlankChar(c));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user