From 15f3ef01366c8dc1d6fa18f6c9e072b18f92afd7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 15 Mar 2021 15:36:47 -0600 Subject: [PATCH] [test] Fix output format --- test/shaping/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shaping/run-tests.py b/test/shaping/run-tests.py index 6dea5b950..4e9a3de77 100755 --- a/test/shaping/run-tests.py +++ b/test/shaping/run-tests.py @@ -97,7 +97,7 @@ for filename in args: if not reference: print ('%s "%s" %s %s --unicodes %s' % - (hb_shape, fontfile, ' '.join(extra_options), options, unicodes)) + (hb_shape, fontfile, ' '.join(extra_options), ' '.join(options), unicodes)) if "--font-funcs=ft" in options and not have_freetype: skips += 1