X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funictype%2Ftest-pr_sentence_terminal.c;h=0f96e1f3a8ad2beff94b876ccaa0ebf18fd4c423;hb=c39048baf36b2bc4ebdf3956b096d5a675e01de4;hp=107649e74881521cf4c20c56e3df0a692ed08cd0;hpb=a43dbcbb6f4d2d6dd16fdd0a3b385d92a8a26f60;p=gnulib.git diff --git a/tests/unictype/test-pr_sentence_terminal.c b/tests/unictype/test-pr_sentence_terminal.c index 107649e74..0f96e1f3a 100644 --- a/tests/unictype/test-pr_sentence_terminal.c +++ b/tests/unictype/test-pr_sentence_terminal.c @@ -32,9 +32,11 @@ { 0x1362, 0x1362 }, { 0x1367, 0x1368 }, { 0x166E, 0x166E }, + { 0x1735, 0x1736 }, { 0x1803, 0x1803 }, { 0x1809, 0x1809 }, { 0x1944, 0x1945 }, + { 0x1AA8, 0x1AAB }, { 0x1B5A, 0x1B5B }, { 0x1B5E, 0x1B5F }, { 0x1C3B, 0x1C3C }, @@ -43,17 +45,25 @@ { 0x2047, 0x2049 }, { 0x2E2E, 0x2E2E }, { 0x3002, 0x3002 }, + { 0xA4FF, 0xA4FF }, { 0xA60E, 0xA60F }, + { 0xA6F3, 0xA6F3 }, + { 0xA6F7, 0xA6F7 }, { 0xA876, 0xA877 }, { 0xA8CE, 0xA8CF }, { 0xA92F, 0xA92F }, + { 0xA9C8, 0xA9C9 }, { 0xAA5D, 0xAA5F }, + { 0xABEB, 0xABEB }, { 0xFE52, 0xFE52 }, { 0xFE56, 0xFE57 }, { 0xFF01, 0xFF01 }, { 0xFF0E, 0xFF0E }, { 0xFF1F, 0xFF1F }, - { 0xFF61, 0xFF61 } + { 0xFF61, 0xFF61 }, + { 0x10A56, 0x10A57 }, + { 0x11047, 0x11048 }, + { 0x110BE, 0x110C1 } #define PREDICATE(c) uc_is_property_sentence_terminal (c) #include "test-predicate-part2.h"