[test] print commented line, like the original script (#649)
This commit is contained in:
parent
71ad2777c5
commit
20e69c950d
@ -62,12 +62,12 @@ for f in args:
|
|||||||
f = open (f)
|
f = open (f)
|
||||||
|
|
||||||
for line in f:
|
for line in f:
|
||||||
if line.startswith ("#"):
|
|
||||||
continue
|
|
||||||
|
|
||||||
fontfile, options, unicodes, glyphs_expected = line.split (":")
|
fontfile, options, unicodes, glyphs_expected = line.split (":")
|
||||||
if not reference:
|
|
||||||
print ("# hb-shape %s --unicodes %s" % (fontfile, unicodes))
|
if line.startswith ("#"):
|
||||||
|
if not reference:
|
||||||
|
print ("# hb-shape %s --unicodes %s" % (fontfile, unicodes))
|
||||||
|
continue
|
||||||
|
|
||||||
if not reference:
|
if not reference:
|
||||||
print ("hb-shape %s %s %s --unicodes %s" %
|
print ("hb-shape %s %s %s --unicodes %s" %
|
||||||
|
Loading…
Reference in New Issue
Block a user