You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove extraneous 'value' field for op:remove (#76)
RFC 6902 section 4.2 [0] does not define a 'value' field for
the 'remove' operation. The commit "Merge _op_base classes
into PatchOperation classes" [1] introduced a 'value' field
in _item_removed() in the DiffBuilder class. This patch
removes the 'value' field from the 'remove' operation, adds
a new test, and revises some other tests.
[0] https://tools.ietf.org/html/rfc6902#section-4.2
[1] 03aa14e
0 commit comments