summaryrefslogtreecommitdiff
path: root/tests/unictype/test-categ_P.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-categ_P.c')
-rw-r--r--tests/unictype/test-categ_P.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/tests/unictype/test-categ_P.c b/tests/unictype/test-categ_P.c
index a380e93..30e49fd 100644
--- a/tests/unictype/test-categ_P.c
+++ b/tests/unictype/test-categ_P.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"
@@ -102,7 +102,7 @@
{ 0x2CFE, 0x2CFF },
{ 0x2D70, 0x2D70 },
{ 0x2E00, 0x2E2E },
- { 0x2E30, 0x2E42 },
+ { 0x2E30, 0x2E44 },
{ 0x3001, 0x3003 },
{ 0x3008, 0x3011 },
{ 0x3014, 0x301F },
@@ -167,17 +167,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_P)
#include "test-predicate-part2.h"