tests/run-tests.py
changeset 34445 df78b1a24094
parent 34276 20f547806a4d
child 34802 9c7548eb7d1c
--- a/tests/run-tests.py	Tue Oct 03 11:10:03 2017 -0700
+++ b/tests/run-tests.py	Mon Oct 02 18:22:43 2017 -0700
@@ -595,7 +595,7 @@
 # list in group 2, and the preceeding line output in group 1:
 #
 #   output..output (feature !)\n
-optline = re.compile(b'(.+) \((.+?) !\)\n$')
+optline = re.compile(b'(.*) \((.+?) !\)\n$')
 
 def cdatasafe(data):
     """Make a string safe to include in a CDATA block.