summaryrefslogtreecommitdiff
path: root/tests/unictype/test-categ_Po.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-03 20:50:11 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-03 20:50:11 +0100
commit4cf52fc0bc3b80c0ef6c58c5db4413ebdafe661c (patch)
tree676b26b024117cf656080a011e3d17b8fb6889af /tests/unictype/test-categ_Po.c
parent1ecbfbb92248e67b564f5b144c4671ccaa86ee2f (diff)
parent44ff3127b1e57b703c2a73a24f7ab38e4aad8ae4 (diff)
Merge branch 'release/0.9.8-1'0.9.8-1
Diffstat (limited to 'tests/unictype/test-categ_Po.c')
-rw-r--r--tests/unictype/test-categ_Po.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/tests/unictype/test-categ_Po.c b/tests/unictype/test-categ_Po.c
index 7dd3696..fd0f1c4 100644
--- a/tests/unictype/test-categ_Po.c
+++ b/tests/unictype/test-categ_Po.c
@@ -13,7 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include "test-predicate-part1.h"
@@ -100,6 +100,7 @@
{ 0x2E30, 0x2E39 },
{ 0x2E3C, 0x2E3F },
{ 0x2E41, 0x2E41 },
+ { 0x2E43, 0x2E44 },
{ 0x3001, 0x3003 },
{ 0x303D, 0x303D },
{ 0x30FB, 0x30FB },
@@ -163,17 +164,24 @@
{ 0x111DD, 0x111DF },
{ 0x11238, 0x1123D },
{ 0x112A9, 0x112A9 },
+ { 0x1144B, 0x1144F },
+ { 0x1145B, 0x1145B },
+ { 0x1145D, 0x1145D },
{ 0x114C6, 0x114C6 },
{ 0x115C1, 0x115D7 },
{ 0x11641, 0x11643 },
+ { 0x11660, 0x1166C },
{ 0x1173C, 0x1173E },
+ { 0x11C41, 0x11C45 },
+ { 0x11C70, 0x11C71 },
{ 0x12470, 0x12474 },
{ 0x16A6E, 0x16A6F },
{ 0x16AF5, 0x16AF5 },
{ 0x16B37, 0x16B3B },
{ 0x16B44, 0x16B44 },
{ 0x1BC9F, 0x1BC9F },
- { 0x1DA87, 0x1DA8B }
+ { 0x1DA87, 0x1DA8B },
+ { 0x1E95E, 0x1E95F }
#define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Po)
#include "test-predicate-part2.h"