From 5f2b09982312c98863eb9a8dfe2c608b81f58259 Mon Sep 17 00:00:00 2001 From: "Manuel A. Fernandez Montecelo" Date: Thu, 26 May 2016 16:48:15 +0100 Subject: Imported Upstream version 0.9.6 --- tests/unicase/test-cased.c | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) (limited to 'tests/unicase/test-cased.c') diff --git a/tests/unicase/test-cased.c b/tests/unicase/test-cased.c index d9cc4329..fcdb2e35 100644 --- a/tests/unicase/test-cased.c +++ b/tests/unicase/test-cased.c @@ -1,6 +1,6 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Test the Unicode character type functions. - Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,16 +34,21 @@ { 0x0370, 0x0373 }, { 0x0376, 0x0377 }, { 0x037A, 0x037D }, + { 0x037F, 0x037F }, { 0x0386, 0x0386 }, { 0x0388, 0x038A }, { 0x038C, 0x038C }, { 0x038E, 0x03A1 }, { 0x03A3, 0x03F5 }, { 0x03F7, 0x0481 }, - { 0x048A, 0x0523 }, + { 0x048A, 0x052F }, { 0x0531, 0x0556 }, { 0x0561, 0x0587 }, { 0x10A0, 0x10C5 }, + { 0x10C7, 0x10C7 }, + { 0x10CD, 0x10CD }, + { 0x13A0, 0x13F5 }, + { 0x13F8, 0x13FD }, { 0x1D00, 0x1DBF }, { 0x1E00, 0x1F15 }, { 0x1F18, 0x1F1D }, @@ -66,7 +71,7 @@ { 0x1FF6, 0x1FFC }, { 0x2071, 0x2071 }, { 0x207F, 0x207F }, - { 0x2090, 0x2094 }, + { 0x2090, 0x209C }, { 0x2102, 0x2102 }, { 0x2107, 0x2107 }, { 0x210A, 0x2113 }, @@ -86,20 +91,30 @@ { 0x24B6, 0x24E9 }, { 0x2C00, 0x2C2E }, { 0x2C30, 0x2C5E }, - { 0x2C60, 0x2C6F }, - { 0x2C71, 0x2C7D }, - { 0x2C80, 0x2CE4 }, + { 0x2C60, 0x2CE4 }, + { 0x2CEB, 0x2CEE }, + { 0x2CF2, 0x2CF3 }, { 0x2D00, 0x2D25 }, - { 0xA640, 0xA65F }, - { 0xA662, 0xA66D }, - { 0xA680, 0xA697 }, + { 0x2D27, 0x2D27 }, + { 0x2D2D, 0x2D2D }, + { 0xA640, 0xA66D }, + { 0xA680, 0xA69D }, { 0xA722, 0xA787 }, - { 0xA78B, 0xA78C }, + { 0xA78B, 0xA78E }, + { 0xA790, 0xA7AD }, + { 0xA7B0, 0xA7B7 }, + { 0xA7F8, 0xA7FA }, + { 0xAB30, 0xAB5A }, + { 0xAB5C, 0xAB65 }, + { 0xAB70, 0xABBF }, { 0xFB00, 0xFB06 }, { 0xFB13, 0xFB17 }, { 0xFF21, 0xFF3A }, { 0xFF41, 0xFF5A }, { 0x10400, 0x1044F }, + { 0x10C80, 0x10CB2 }, + { 0x10CC0, 0x10CF2 }, + { 0x118A0, 0x118DF }, { 0x1D400, 0x1D454 }, { 0x1D456, 0x1D49C }, { 0x1D49E, 0x1D49F }, @@ -129,7 +144,10 @@ { 0x1D770, 0x1D788 }, { 0x1D78A, 0x1D7A8 }, { 0x1D7AA, 0x1D7C2 }, - { 0x1D7C4, 0x1D7CB } + { 0x1D7C4, 0x1D7CB }, + { 0x1F130, 0x1F149 }, + { 0x1F150, 0x1F169 }, + { 0x1F170, 0x1F189 } #define PREDICATE(c) uc_is_cased (c) #include "test-predicate-part2.h" -- cgit v1.2.3