-
-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Description
Expected Behavior
Unified patches from git to parse correctly
Actual Behavior
The git diffs contain extra context after the chunk header @@ suffix (I think its the closest line above the chunk with a '{') but the regex in the parser ends with @@$, expecting @@ to the last thing on the line
Steps to Reproduce the Problem
- create a patch file with git diff
- note the line in the chunk header
- attempt to parse with java-diff-utils
Metadata
Metadata
Assignees
Labels
No labels