X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funictype%2Ftest-pr_terminal_punctuation.c;h=fd42c95733d6f47b5af6ed77d85ba696abe6c37c;hb=4f1d12a5e3cef3d0da80e63320fcbc4d46a39c14;hp=3ded06d9d9a51e0d40d43ae77a9cb7b3cc16e8af;hpb=a43dbcbb6f4d2d6dd16fdd0a3b385d92a8a26f60;p=gnulib.git diff --git a/tests/unictype/test-pr_terminal_punctuation.c b/tests/unictype/test-pr_terminal_punctuation.c index 3ded06d9d..fd42c9573 100644 --- a/tests/unictype/test-pr_terminal_punctuation.c +++ b/tests/unictype/test-pr_terminal_punctuation.c @@ -33,6 +33,8 @@ { 0x0700, 0x070A }, { 0x070C, 0x070C }, { 0x07F8, 0x07F9 }, + { 0x0830, 0x083E }, + { 0x085E, 0x085E }, { 0x0964, 0x0965 }, { 0x0E5A, 0x0E5B }, { 0x0F08, 0x0F08 }, @@ -46,6 +48,7 @@ { 0x1802, 0x1805 }, { 0x1808, 0x1809 }, { 0x1944, 0x1945 }, + { 0x1AA8, 0x1AAB }, { 0x1B5A, 0x1B5B }, { 0x1B5D, 0x1B5F }, { 0x1C3B, 0x1C3F }, @@ -54,11 +57,16 @@ { 0x2047, 0x2049 }, { 0x2E2E, 0x2E2E }, { 0x3001, 0x3002 }, + { 0xA4FE, 0xA4FF }, { 0xA60D, 0xA60F }, + { 0xA6F3, 0xA6F7 }, { 0xA876, 0xA877 }, { 0xA8CE, 0xA8CF }, { 0xA92F, 0xA92F }, + { 0xA9C7, 0xA9C9 }, { 0xAA5D, 0xAA5F }, + { 0xAADF, 0xAADF }, + { 0xABEB, 0xABEB }, { 0xFE50, 0xFE52 }, { 0xFE54, 0xFE57 }, { 0xFF01, 0xFF01 }, @@ -70,7 +78,11 @@ { 0xFF64, 0xFF64 }, { 0x1039F, 0x1039F }, { 0x103D0, 0x103D0 }, + { 0x10857, 0x10857 }, { 0x1091F, 0x1091F }, + { 0x10B3A, 0x10B3F }, + { 0x11047, 0x1104D }, + { 0x110BE, 0x110C1 }, { 0x12470, 0x12473 } #define PREDICATE(c) uc_is_property_terminal_punctuation (c)