We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f42d357 + 260f59d commit ea3af85Copy full SHA for ea3af85
tests.json
@@ -465,6 +465,11 @@
465
"patch": [{"op": "remove", "path": "/baz"}],
466
"error": "removing a nonexistent field should fail" },
467
468
+ { "comment": "Removing deep nonexistent path",
469
+ "doc": {"foo" : "bar"},
470
+ "patch": [{"op": "remove", "path": "/missing1/missing2"}],
471
+ "error": "removing a nonexistent field should fail" },
472
+
473
{ "comment": "Removing nonexistent index",
474
"doc": ["foo", "bar"],
475
"patch": [{"op": "remove", "path": "/2"}],
0 commit comments