mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-18 03:05:43 +00:00
[test] print commented line, like the original script (#649)
This commit is contained in:
parent
71ad2777c5
commit
20e69c950d
1 changed files with 5 additions and 5 deletions
|
@ -62,12 +62,12 @@ for f in args:
|
|||
f = open (f)
|
||||
|
||||
for line in f:
|
||||
if line.startswith ("#"):
|
||||
continue
|
||||
|
||||
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:
|
||||
print ("hb-shape %s %s %s --unicodes %s" %
|
||||
|
|
Loading…
Add table
Reference in a new issue