From 20e69c950d431391f92335f8845e5d4291aca8f3 Mon Sep 17 00:00:00 2001 From: ebraminio Date: Thu, 7 Dec 2017 12:24:12 +0330 Subject: [PATCH] [test] print commented line, like the original script (#649) --- test/shaping/run-tests.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/shaping/run-tests.py b/test/shaping/run-tests.py index a9aec0c6c..ebba75aae 100755 --- a/test/shaping/run-tests.py +++ b/test/shaping/run-tests.py @@ -62,12 +62,12 @@ for f in args: f = open (f) for line in f: - if line.startswith ("#"): - continue - fontfile, options, unicodes, glyphs_expected = line.split (":") - if not reference: - print ("# hb-shape %s --unicodes %s" % (fontfile, unicodes)) + + if line.startswith ("#"): + if not reference: + print ("# hb-shape %s --unicodes %s" % (fontfile, unicodes)) + continue if not reference: print ("hb-shape %s %s %s --unicodes %s" %