From be8efac78d067c138ad8dda03df4336e73f94887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Jan 2022 11:51:07 +0100 Subject: New upstream version 1.0 --- tests/unictype/test-pr_bidi_hebrew_right_to_left.c | 32 ++++++++++++++-------- 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'tests/unictype/test-pr_bidi_hebrew_right_to_left.c') diff --git a/tests/unictype/test-pr_bidi_hebrew_right_to_left.c b/tests/unictype/test-pr_bidi_hebrew_right_to_left.c index 6141319..e31d20e 100644 --- a/tests/unictype/test-pr_bidi_hebrew_right_to_left.c +++ b/tests/unictype/test-pr_bidi_hebrew_right_to_left.c @@ -1,13 +1,13 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Test the Unicode character type functions. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2022 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 - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. + This file is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published + by the Free Software Foundation; either version 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -25,14 +25,16 @@ { 0x05C8, 0x05FF }, { 0x07C0, 0x07EA }, { 0x07F4, 0x07F5 }, - { 0x07FA, 0x0815 }, + { 0x07FA, 0x07FC }, + { 0x07FE, 0x0815 }, { 0x081A, 0x081A }, { 0x0824, 0x0824 }, { 0x0828, 0x0828 }, { 0x082E, 0x0858 }, - { 0x085C, 0x089F }, - { 0x08B5, 0x08B5 }, - { 0x08BE, 0x08D3 }, + { 0x085C, 0x085F }, + { 0x086B, 0x086F }, + { 0x088F, 0x088F }, + { 0x0892, 0x0897 }, { 0x200F, 0x200F }, { 0xFB1D, 0xFB1D }, { 0xFB1F, 0xFB28 }, @@ -45,11 +47,17 @@ { 0x10A3B, 0x10A3E }, { 0x10A40, 0x10AE4 }, { 0x10AE7, 0x10B38 }, - { 0x10B40, 0x10E5F }, - { 0x10E7F, 0x10FFF }, + { 0x10B40, 0x10CFF }, + { 0x10D28, 0x10D2F }, + { 0x10D3A, 0x10E5F }, + { 0x10E7F, 0x10EAA }, + { 0x10EAD, 0x10F2F }, + { 0x10F5A, 0x10F81 }, + { 0x10F86, 0x10FFF }, { 0x1E800, 0x1E8C4 }, { 0x1E8C7, 0x1E8CF }, { 0x1E900, 0x1E943 }, + { 0x1E94B, 0x1E94B }, { 0x1E950, 0x1E959 }, { 0x1E95E, 0x1E95F } -- cgit v1.2.3