Skip to content

Commit 16489e9

Browse files
committed
Revert using --single-par in tests
1 parent 7745398 commit 16489e9

File tree

3 files changed

+335
-348
lines changed

3 files changed

+335
-348
lines changed

scripts/gen-shaping-tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def convert_test(hb_dir, hb_shape_exe, tests_name, file_name, idx, data, fonts):
122122
glyphs_expected = glyphs_expected.replace('|', '|\\\n ')
123123

124124
options = options.replace('"', '\\"')
125+
options = options.replace(' --single-par', '')
125126

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

0 commit comments

Comments
 (0)