summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_bidi_hebrew_right_to_left.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-02 10:30:25 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-02 10:30:25 +0100
commit44a3eaeba04ef78835ca741592c376428ada5f71 (patch)
tree29cc935fd475678dcbe38972bfa77fdc68ffb10d /tests/unictype/test-pr_bidi_hebrew_right_to_left.c
parent6b73edd95d603e27d55d4905134ac1327d426534 (diff)
New upstream version 0.9.8upstream/0.9.8
Diffstat (limited to 'tests/unictype/test-pr_bidi_hebrew_right_to_left.c')
-rw-r--r--tests/unictype/test-pr_bidi_hebrew_right_to_left.c10
1 files changed, 7 insertions, 3 deletions
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 f565ca2..6141319 100644
--- a/tests/unictype/test-pr_bidi_hebrew_right_to_left.c
+++ b/tests/unictype/test-pr_bidi_hebrew_right_to_left.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"
@@ -31,7 +31,8 @@
{ 0x0828, 0x0828 },
{ 0x082E, 0x0858 },
{ 0x085C, 0x089F },
- { 0x08B5, 0x08E2 },
+ { 0x08B5, 0x08B5 },
+ { 0x08BE, 0x08D3 },
{ 0x200F, 0x200F },
{ 0xFB1D, 0xFB1D },
{ 0xFB1F, 0xFB28 },
@@ -47,7 +48,10 @@
{ 0x10B40, 0x10E5F },
{ 0x10E7F, 0x10FFF },
{ 0x1E800, 0x1E8C4 },
- { 0x1E8C7, 0x1E8CF }
+ { 0x1E8C7, 0x1E8CF },
+ { 0x1E900, 0x1E943 },
+ { 0x1E950, 0x1E959 },
+ { 0x1E95E, 0x1E95F }
#define PREDICATE(c) uc_is_property_bidi_hebrew_right_to_left (c)
#include "test-predicate-part2.h"