We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc346a5 commit cb8dd9aCopy full SHA for cb8dd9a
1 file changed
tests.json
@@ -160,6 +160,11 @@
160
"expected": ["foo", ["bar", "baz"]],
161
"comment": "value in array replace not flattened" },
162
163
+ { "comment": "spurious patch properties",
164
+ "doc": {"foo": 1},
165
+ "patch": [{"test": "/foo", "value": 1, "spurious": 1}],
166
+ "expected": {"foo": 1} },
167
+
168
{ "doc": {"foo": null},
169
"patch": [{"test": "/foo", "value": null}],
170
"comment": "null value should still be valid obj property" },
0 commit comments