mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-08 10:01:12 +01:00
Add wcwidth test for U+2060
This commit is contained in:
parent
7256b04317
commit
38dd99e827
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ public class WcWidthTest extends TestCase {
|
||||||
public void testCombining() {
|
public void testCombining() {
|
||||||
assertWidthIs(0, 0x0302);
|
assertWidthIs(0, 0x0302);
|
||||||
assertWidthIs(0, 0x0308);
|
assertWidthIs(0, 0x0308);
|
||||||
|
assertWidthIs(0, 0x2060);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testWatch() {
|
public void testWatch() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue