Add wcwidth test for U+2060

This commit is contained in:
Fredrik Fornwall
2016-01-19 23:08:28 +01:00
parent 7256b04317
commit 38dd99e827

View File

@@ -39,6 +39,7 @@ public class WcWidthTest extends TestCase {
public void testCombining() {
assertWidthIs(0, 0x0302);
assertWidthIs(0, 0x0308);
assertWidthIs(0, 0x2060);
}
public void testWatch() {