From a4e75e4128751bb902117abc1a59dce4f2147672 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 27 Aug 2012 15:54:15 -0400 Subject: [PATCH] Minor --- test/shaping/hb_test_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shaping/hb_test_tools.py b/test/shaping/hb_test_tools.py index ce46588..1d1d62c 100644 --- a/test/shaping/hb_test_tools.py +++ b/test/shaping/hb_test_tools.py @@ -406,8 +406,8 @@ class Unicode: @staticmethod def parse (s): - s = re.sub (r"[<+>,\\uU\n ]", " ", 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)] @staticmethod -- 2.7.4