[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Feb 12 13:29:35 PST 2013
test/shaping/hb_test_tools.py | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 64bb2ae857cfda35dd71c7f1e962722069674ec6
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Feb 12 16:29:25 2013 -0500
Didn't mean to push this out
Ouch!
diff --git a/test/shaping/hb_test_tools.py b/test/shaping/hb_test_tools.py
index 7f700f8..ccb0e1c 100644
--- a/test/shaping/hb_test_tools.py
+++ b/test/shaping/hb_test_tools.py
@@ -301,7 +301,6 @@ class DiffHelpers:
if any (l.find("glyph0") >= 0 for l in lines if l[0] == '+'): return True
if any (l.find("gid0") >= 0 for l in lines if l[0] == '+'): return True
if any (l.find("notdef") >= 0 for l in lines if l[0] == '+'): return True
- if any (l.find("gid232") >= 0 for l in lines if l[0] == '+'): return True
return all (l[0] == ' ' for l in lines)
More information about the HarfBuzz
mailing list