mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-28 05:01:07 +01:00
Add a wcwidth test
This commit is contained in:
parent
9be6470d19
commit
a020d7c484
1 changed files with 4 additions and 0 deletions
|
|
@ -60,4 +60,8 @@ public class WcWidthTest extends TestCase {
|
||||||
assertWidthIs(2, 0x11A3);
|
assertWidthIs(2, 0x11A3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void testKoala() {
|
||||||
|
assertWidthIs(1, 0x1F428);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue