[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Aug 13 16:42:08 PDT 2014


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

New commits:
commit c4308f895aef93ed884fd54e4ebc65b6d2cfc94a
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Aug 13 19:42:01 2014 -0400

    Minor

diff --git a/test/shaping/hb_test_tools.py b/test/shaping/hb_test_tools.py
index 7674fdf..a370e5e 100644
--- a/test/shaping/hb_test_tools.py
+++ b/test/shaping/hb_test_tools.py
@@ -411,7 +411,7 @@ class Unicode:
 	def parse (s):
 		s = re.sub (r"0[xX]", " ", s)
 		s = re.sub (r"[<+>,;&#\\xXuU\n	]", " ", s)
-		return [int (x, 16) for x in s.split (' ') if len (x)]
+		return [int (x, 16) for x in s.split ()]
 
 	@staticmethod
 	def encode (s):


More information about the HarfBuzz mailing list