From 43bb2b8fb00705c3334730a58ade7984181018b2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 10 Feb 2016 14:11:43 +0700 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 ba4a8bb7b..747699b87 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"[<+>,;&#\\xXuUnNiI\n ]", " ", s) + s = re.sub (r"[<+>{},;&#\\xXuUnNiI\n ]", " ", s) return [int (x, 16) for x in s.split ()] @staticmethod