From 248ce22857c8918bf3468ef48d906de4c19c3d4d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 24 Nov 2018 22:01:06 -0500 Subject: [PATCH] [tests] Minor --- test/shaping/run-tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/shaping/run-tests.py b/test/shaping/run-tests.py index 959d08f9..26853e4e 100755 --- a/test/shaping/run-tests.py +++ b/test/shaping/run-tests.py @@ -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... -- GitLab