summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_changes_when_casefolded.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-pr_changes_when_casefolded.c')
-rw-r--r--tests/unictype/test-pr_changes_when_casefolded.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/unictype/test-pr_changes_when_casefolded.c b/tests/unictype/test-pr_changes_when_casefolded.c
index 3ae1a61..a74534e 100644
--- a/tests/unictype/test-pr_changes_when_casefolded.c
+++ b/tests/unictype/test-pr_changes_when_casefolded.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"
@@ -299,6 +299,7 @@
{ 0x10C7, 0x10C7 },
{ 0x10CD, 0x10CD },
{ 0x13F8, 0x13FD },
+ { 0x1C80, 0x1C88 },
{ 0x1E00, 0x1E00 },
{ 0x1E02, 0x1E02 },
{ 0x1E04, 0x1E04 },
@@ -607,7 +608,7 @@
{ 0xA7A4, 0xA7A4 },
{ 0xA7A6, 0xA7A6 },
{ 0xA7A8, 0xA7A8 },
- { 0xA7AA, 0xA7AD },
+ { 0xA7AA, 0xA7AE },
{ 0xA7B0, 0xA7B4 },
{ 0xA7B6, 0xA7B6 },
{ 0xAB70, 0xABBF },
@@ -615,8 +616,10 @@
{ 0xFB13, 0xFB17 },
{ 0xFF21, 0xFF3A },
{ 0x10400, 0x10427 },
+ { 0x104B0, 0x104D3 },
{ 0x10C80, 0x10CB2 },
- { 0x118A0, 0x118BF }
+ { 0x118A0, 0x118BF },
+ { 0x1E900, 0x1E921 }
#define PREDICATE(c) uc_is_property_changes_when_casefolded (c)
#include "test-predicate-part2.h"