Skip to content
Snippets Groups Projects
Commit fe8d6524 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: Raw strings for regexps

parent 6e8be48c
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ def _eval_coord_voxel_query(
else:
exp = [q_type, squery, 'No label']
_stdout = re.sub('\s+', ' ', stdout).strip()
_stdout = re.sub(r'\s+', ' ', stdout).strip()
assert _stdout.strip() == ' '.join(exp).strip()
def evalProbNormalOutput(expprops):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment