-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unidiff.errors.UnidiffParseError seen with v0.7.1 #89
Comments
Looks like the regular expression to parse git diff header does not consider quotes https://github.com/matiasb/python-unidiff/blob/v0.7.1/unidiff/constants.py#L40 |
Right, none of the regexes is considering the quotes (not a new issue, but with the changes parsing the git diff header the given diff breaks). #90 will fix the parsing so this works, but quotes support will need to be worked out later. |
Thanks, version 0.7.2 works great! |
Thanks, I can confirm it works for me now. |
I see the following regression starting with fd58ddc:
test.patch.txt
The text was updated successfully, but these errors were encountered: