summaryrefslogtreecommitdiff
path: root/tests/unictype/test-ctype_upper.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-02 12:05:34 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-02 12:05:34 +0100
commit7c78c92a28ef43d68b172adf97fbd8a27be3baec (patch)
tree3a98b0d01865f5e00912521c58386eb008a70d07 /tests/unictype/test-ctype_upper.c
parent4d76768442551c97a85e6f133cb818d223012746 (diff)
parent3ee36dc9787cee6ab5314af8f9c01b05a50e7d9d (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'tests/unictype/test-ctype_upper.c')
-rw-r--r--tests/unictype/test-ctype_upper.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/unictype/test-ctype_upper.c b/tests/unictype/test-ctype_upper.c
index ded10a4..7b9f001 100644
--- a/tests/unictype/test-ctype_upper.c
+++ b/tests/unictype/test-ctype_upper.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"
@@ -598,13 +598,15 @@
{ 0xA7A4, 0xA7A4 },
{ 0xA7A6, 0xA7A6 },
{ 0xA7A8, 0xA7A8 },
- { 0xA7AA, 0xA7AD },
+ { 0xA7AA, 0xA7AE },
{ 0xA7B0, 0xA7B4 },
{ 0xA7B6, 0xA7B6 },
{ 0xFF21, 0xFF3A },
{ 0x10400, 0x10427 },
+ { 0x104B0, 0x104D3 },
{ 0x10C80, 0x10CB2 },
- { 0x118A0, 0x118BF }
+ { 0x118A0, 0x118BF },
+ { 0x1E900, 0x1E921 }
#define PREDICATE(c) uc_is_upper (c)
#include "test-predicate-part2.h"