-
Notifications
You must be signed in to change notification settings - Fork 94
Incorrect patch produced #55
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
Comments
The problem comes from the optimization function https://github.com/stefankoegl/python-json-patch/blob/master/jsonpatch.py#L772 |
@mrhadenought thanks for your comment. As you can probably see, I didn't have enough time to devote to the development of |
This should have been resolved by #59. I will release a new version soon. |
Uh oh!
There was an error while loading. Please reload this page.
produces the following patch
Which when applied to
src
produceswhich is obviously incorrect, and fails the assertion.
The text was updated successfully, but these errors were encountered: