Add a few more test cases for g_unichar_iswide

This commit is contained in:
Matthias Clasen 2016-05-10 22:42:08 -04:00
parent c494ae06b7
commit 9a865020ca

View File

@ -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 },