Skip to content
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

Update to match quirks of unified diff format #297

Merged
merged 3 commits into from Nov 8, 2020

Conversation

aray-openai
Copy link
Contributor

Based on the description here:
https://www.artima.com/weblogs/viewpost.jsp?thread=164293
which matches the behavior of the diff/patch tools.

For all of the tests created or modified, behavior was verified
to match that of diff/patch.

Fixes #296

Based on the description here:
https://www.artima.com/weblogs/viewpost.jsp?thread=164293
which matches the behavior of the `diff`/`patch` tools.

For all of the tests created or modified, behavior was verified
to match that of `diff`/`patch`.

Fixes kpdecker#296
@aray-openai
Copy link
Contributor Author

Let me know if there are any other changes or tests needed. Thanks!

@kpdecker
Copy link
Owner

kpdecker commented Nov 8, 2020

I'll take this if you drop the package.json changes.

@aray-openai
Copy link
Contributor Author

@kpdecker done!

@kpdecker
Copy link
Owner

kpdecker commented Nov 8, 2020

Thank you, and far faster response than I have here :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Off-by-one in unified diff with zero context and no deleted lines
2 participants