[test/shape] Pass --unsafe-to-concat to hb-shape

This commit is contained in:
Behdad Esfahbod 2022-05-31 04:59:07 -06:00
parent 45a2252607
commit 33145a4b75
1 changed files with 1 additions and 0 deletions

View File

@ -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))