commit | a4e75e4128751bb902117abc1a59dce4f2147672 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Mon Aug 27 15:54:15 2012 -0400 |
committer | Behdad Esfahbod <[email protected]> | Mon Aug 27 15:54:15 2012 -0400 |
tree | 0ab5476682fe9e0a28b92cfdaab024da48800499 | |
parent | 23b0e9d7dc801e11640979af3c2b00649a519bb1 [diff] [blame] |
Minor
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 @@ @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