Skip to content

Commit 38dd99e

Browse files
committed
Add wcwidth test for U+2060
1 parent 7256b04 commit 38dd99e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/test/java/com/termux/terminal/WcWidthTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public void testSomeNonWide() {
3939
public void testCombining() {
4040
assertWidthIs(0, 0x0302);
4141
assertWidthIs(0, 0x0308);
42+
assertWidthIs(0, 0x2060);
4243
}
4344

4445
public void testWatch() {

0 commit comments

Comments
 (0)