From 5aba848e19605bf01db33e9a93f7695477bd473a Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 28 Mar 2015 01:05:30 +0100 Subject: [PATCH] tests: Support any character in the task brackets --- tests/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/base.py b/tests/base.py index 5c6bfb9..8fad1bd 100644 --- a/tests/base.py +++ b/tests/base.py @@ -112,7 +112,7 @@ class IntegrationTest(object): # Helper function that fills in {uuid} placeholders with correct UUIDs def fill_uuid(line): # Tasks in testing can have only alphanumerical descriptions - match = re.match(r'\s*\* \[ \] (?P[a-zA-Z0-9 ]*)(?[a-zA-Z0-9 ]*)(?