Skip to content

Commit

Permalink
Revert using --single-par in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Feb 9, 2024
1 parent 7745398 commit 16489e9
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 348 deletions.
1 change: 1 addition & 0 deletions scripts/gen-shaping-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def convert_test(hb_dir, hb_shape_exe, tests_name, file_name, idx, data, fonts):
glyphs_expected = glyphs_expected.replace('|', '|\\\n ')

options = options.replace('"', '\\"')
options = options.replace(' --single-par', '')

fonts.add(os.path.split(fontfile_rs)[1])

Expand Down
Loading

0 comments on commit 16489e9

Please sign in to comment.