mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +01:00
Add a few more test cases for g_unichar_iswide
This commit is contained in:
parent
c494ae06b7
commit
9a865020ca
@ -447,6 +447,8 @@ test_wide (void)
|
||||
{ 0xFFFC, NOT_WIDE },
|
||||
{ 0x10000, NOT_WIDE },
|
||||
{ 0xE0001, NOT_WIDE },
|
||||
{ 0x2FFFE, NOT_WIDE },
|
||||
{ 0x3FFFE, NOT_WIDE },
|
||||
|
||||
/* Narrow */
|
||||
{ 0x0020, NOT_WIDE },
|
||||
|
Loading…
Reference in New Issue
Block a user