Submitter | phabricator |
---|---|
Date | Feb. 16, 2019, 3:34 a.m. |
Message ID | <439a19a1abeeb72e128e061eebe28cd1@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38779/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-impexp-branch.t b/tests/test-impexp-branch.t --- a/tests/test-impexp-branch.t +++ b/tests/test-impexp-branch.t @@ -6,7 +6,7 @@ > import re > import sys > - > head_re = re.compile('^#(?:(?:\\s+([A-Za-z][A-Za-z0-9_]*)(?:\\s.*)?)|(?:\\s*))$') + > head_re = re.compile(r'^#(?:(?:\\s+([A-Za-z][A-Za-z0-9_]*)(?:\\s.*)?)|(?:\\s*))$') > > for line in sys.stdin: > hmatch = head_re.match(line)