未验证 提交 20e69c95 编写于 作者: E ebraminio 提交者: GitHub

[test] print commented line, like the original script (#649)

上级 71ad2777
......@@ -62,13 +62,13 @@ for f in args:
f = open (f)
for line in f:
fontfile, options, unicodes, glyphs_expected = line.split (":")
if line.startswith ("#"):
if not reference:
print ("# hb-shape %s --unicodes %s" % (fontfile, unicodes))
continue
fontfile, options, unicodes, glyphs_expected = line.split (":")
if not reference:
print ("# hb-shape %s --unicodes %s" % (fontfile, unicodes))
if not reference:
print ("hb-shape %s %s %s --unicodes %s" %
(fontfile, extra_options, options, unicodes))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册