X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funictype%2Ftest-pr_terminal_punctuation.c;h=fd42c95733d6f47b5af6ed77d85ba696abe6c37c;hb=60573660307a386a933de834a06c37691120e507;hp=d7a70ddbbcd9b143b3c7be86d0dcb3ff82e2ff75;hpb=a635ca9c01d6e9a747ac9c0c2eed04658486d400;p=gnulib.git diff --git a/tests/unictype/test-pr_terminal_punctuation.c b/tests/unictype/test-pr_terminal_punctuation.c index d7a70ddbb..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,12 +48,25 @@ { 0x1802, 0x1805 }, { 0x1808, 0x1809 }, { 0x1944, 0x1945 }, + { 0x1AA8, 0x1AAB }, { 0x1B5A, 0x1B5B }, { 0x1B5D, 0x1B5F }, + { 0x1C3B, 0x1C3F }, + { 0x1C7E, 0x1C7F }, { 0x203C, 0x203D }, { 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 }, @@ -63,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)