mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 18:55:31 +08:00
Add a wcwidth test
This commit is contained in:
@@ -60,4 +60,8 @@ public class WcWidthTest extends TestCase {
|
||||
assertWidthIs(2, 0x11A3);
|
||||
}
|
||||
|
||||
public void testKoala() {
|
||||
assertWidthIs(1, 0x1F428);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user