mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-26 10:58:53 +02:00
Add a few more test cases for g_unichar_iswide
This commit is contained in:
@@ -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 },
|
||||
|
Reference in New Issue
Block a user