We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68e0fa5 + 976066a commit dab260eCopy full SHA for dab260e
1 file changed
unidiff/constants.py
@@ -64,8 +64,8 @@
64
65
RE_BINARY_DIFF = re.compile(
66
r'^Binary files? '
67
- '(?P<source_filename>[^\t]+?)(?:\t(?P<source_timestamp>[\s0-9:\+-]+))?'
68
- '(?: and (?P<target_filename>[^\t]+?)(?:\t(?P<target_timestamp>[\s0-9:\+-]+))?)? (differ|has changed)')
+ r'(?P<source_filename>[^\t]+?)(?:\t(?P<source_timestamp>[\s0-9:\+-]+))?'
+ r'(?: and (?P<target_filename>[^\t]+?)(?:\t(?P<target_timestamp>[\s0-9:\+-]+))?)? (differ|has changed)')
69
70
DEFAULT_ENCODING = 'UTF-8'
71
0 commit comments