[tests] Minor

This commit is contained in:
Behdad Esfahbod 2018-11-24 22:01:06 -05:00
parent f47c5da0aa
commit 248ce22857

View File

@ -87,11 +87,11 @@ for filename in args:
if comment:
if not reference:
print ("# %s %s --unicodes %s" % (hb_shape, fontfile, unicodes))
print ('# %s "%s" --unicodes %s' % (hb_shape, fontfile, unicodes))
continue
if not reference:
print ("%s %s %s %s --unicodes %s" %
print ('%s "%s" %s %s --unicodes %s' %
(hb_shape, fontfile, ' '.join(extra_options), options, unicodes))
# hack to support fonts with space on run-tests.py, after several other tries...