summaryrefslogtreecommitdiff
path: root/test/GenerateTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/GenerateTests.py')
-rwxr-xr-xtest/GenerateTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/GenerateTests.py b/test/GenerateTests.py
index 1301bcd0..87b65659 100755
--- a/test/GenerateTests.py
+++ b/test/GenerateTests.py
@@ -35,7 +35,7 @@ if not os.path.isdir(args.tests) and not os.path.isfile(args.tests):
sys.exit(1)
#def normalize(line):
-# match = re.match("((\s*)([A-Za-z]+)?(\s*)([-0-9.]+)(\s*)([A-Za-z]+)?)( (.+))?$", line)
+# match = re.match(r'((\s*)([A-Za-z]+)?(\s*)([-0-9.]+)(\s*)([A-Za-z]+)?)( (.+))?$', line)
# if match:
# if match.group(3):
# prefix = match.group(3) + " " + match.group(5)