[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Apr 23 14:32:59 PDT 2015


 test/shaping/hb_test_tools.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f0a4d67143ccdef0b5a6ac99fb9b680c3a2f69c
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Apr 23 14:32:33 2015 -0700

    [test] Ignor 'n' and 'i' in hb-unicode-encode
    
    Allows accepting uniXXXX format.

diff --git a/test/shaping/hb_test_tools.py b/test/shaping/hb_test_tools.py
index 4e76d41..ba4a8bb 100644
--- a/test/shaping/hb_test_tools.py
+++ b/test/shaping/hb_test_tools.py
@@ -414,7 +414,7 @@ class Unicode:
 	@staticmethod
 	def parse (s):
 		s = re.sub (r"0[xX]", " ", s)
-		s = re.sub (r"[<+>,;&#\\xXuU\n	]", " ", s)
+		s = re.sub (r"[<+>,;&#\\xXuUnNiI\n	]", " ", s)
 		return [int (x, 16) for x in s.split ()]
 
 	@staticmethod


More information about the HarfBuzz mailing list