[test/shape] Pass --unsafe-to-concat to hb-shape
This commit is contained in:
parent
45a2252607
commit
33145a4b75
|
@ -85,6 +85,7 @@ for filename in args:
|
||||||
extra_options = ["--shaper=ot"]
|
extra_options = ["--shaper=ot"]
|
||||||
if glyphs_expected != '*':
|
if glyphs_expected != '*':
|
||||||
extra_options.append("--verify")
|
extra_options.append("--verify")
|
||||||
|
extra_options.append("--unsafe-to-concat")
|
||||||
|
|
||||||
if comment:
|
if comment:
|
||||||
print ('# %s "%s" --unicodes %s' % (hb_shape, fontfile, unicodes))
|
print ('# %s "%s" --unicodes %s' % (hb_shape, fontfile, unicodes))
|
||||||
|
|
Loading…
Reference in New Issue