diff options
Diffstat (limited to 'tests/unicase/test-ignorable.c')
-rw-r--r-- | tests/unicase/test-ignorable.c | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/tests/unicase/test-ignorable.c b/tests/unicase/test-ignorable.c index 7af15c1f..dd99e221 100644 --- a/tests/unicase/test-ignorable.c +++ b/tests/unicase/test-ignorable.c @@ -1,6 +1,6 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Test the Unicode character type functions. - Copyright (C) 2007-2024 Free Software Foundation, Inc. + Copyright (C) 2007-2025 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -182,7 +182,8 @@ { 0x1A73, 0x1A7C }, { 0x1A7F, 0x1A7F }, { 0x1AA7, 0x1AA7 }, - { 0x1AB0, 0x1ACE }, + { 0x1AB0, 0x1ADD }, + { 0x1AE0, 0x1AEB }, { 0x1B00, 0x1B03 }, { 0x1B34, 0x1B34 }, { 0x1B36, 0x1B3A }, @@ -311,7 +312,8 @@ { 0x10D69, 0x10D6D }, { 0x10D6F, 0x10D6F }, { 0x10EAB, 0x10EAC }, - { 0x10EFC, 0x10EFF }, + { 0x10EC5, 0x10EC5 }, + { 0x10EFA, 0x10EFF }, { 0x10F46, 0x10F50 }, { 0x10F82, 0x10F85 }, { 0x11001, 0x11001 }, @@ -388,6 +390,9 @@ { 0x11A59, 0x11A5B }, { 0x11A8A, 0x11A96 }, { 0x11A98, 0x11A99 }, + { 0x11B60, 0x11B60 }, + { 0x11B62, 0x11B64 }, + { 0x11B66, 0x11B66 }, { 0x11C30, 0x11C36 }, { 0x11C38, 0x11C3D }, { 0x11C3F, 0x11C3F }, @@ -403,6 +408,7 @@ { 0x11D90, 0x11D91 }, { 0x11D95, 0x11D95 }, { 0x11D97, 0x11D97 }, + { 0x11DD9, 0x11DD9 }, { 0x11EF3, 0x11EF4 }, { 0x11F00, 0x11F01 }, { 0x11F36, 0x11F3A }, @@ -422,6 +428,7 @@ { 0x16F8F, 0x16F9F }, { 0x16FE0, 0x16FE1 }, { 0x16FE3, 0x16FE4 }, + { 0x16FF2, 0x16FF3 }, { 0x1AFF0, 0x1AFF3 }, { 0x1AFF5, 0x1AFFB }, { 0x1AFFD, 0x1AFFE }, @@ -451,6 +458,11 @@ { 0x1E2EC, 0x1E2EF }, { 0x1E4EB, 0x1E4EF }, { 0x1E5EE, 0x1E5EF }, + { 0x1E6E3, 0x1E6E3 }, + { 0x1E6E6, 0x1E6E6 }, + { 0x1E6EE, 0x1E6EF }, + { 0x1E6F5, 0x1E6F5 }, + { 0x1E6FF, 0x1E6FF }, { 0x1E8D0, 0x1E8D6 }, { 0x1E944, 0x1E94B }, { 0x1F3FB, 0x1F3FF }, |