summaryrefslogtreecommitdiff
path: root/tests/unictype/test-categ_LC.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-categ_LC.c')
-rw-r--r--tests/unictype/test-categ_LC.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unictype/test-categ_LC.c b/tests/unictype/test-categ_LC.c
index 3f00ef1..166df6c 100644
--- a/tests/unictype/test-categ_LC.c
+++ b/tests/unictype/test-categ_LC.c
@@ -4,7 +4,7 @@
This file is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
- by the Free Software Foundation; either version 3 of the License,
+ by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
This file is distributed in the hope that it will be useful,
@@ -158,6 +158,7 @@
{ 0x1D7C4, 0x1D7CB },
{ 0x1DF00, 0x1DF09 },
{ 0x1DF0B, 0x1DF1E },
+ { 0x1DF25, 0x1DF2A },
{ 0x1E900, 0x1E943 }
#define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_LC)