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.
1 parent 8bae8ed commit 09dee56Copy full SHA for 09dee56
tests.json
@@ -293,8 +293,23 @@
293
{"op": "test", "path": "/i\\j", "value": 5},
294
{"op": "test", "path": "/k\"l", "value": 6},
295
{"op": "test", "path": "/ ", "value": 7},
296
- {"op": "test", "path": "/m~0n", "value": 8}] },
297
-
+ {"op": "test", "path": "/m~0n", "value": 8}],
+ "expected": {
298
+ "": 0,
299
+ " ": 7,
300
+ "a/b": 1,
301
+ "c%d": 2,
302
+ "e^f": 3,
303
+ "foo": [
304
+ "bar",
305
+ "baz"
306
+ ],
307
+ "g|h": 4,
308
+ "i\\j": 5,
309
+ "k\"l": 6,
310
+ "m~n": 8
311
+ }
312
+ },
313
{ "comment": "Move to same location has no effect",
314
"doc": {"foo": 1},
315
"patch": [{"op": "move", "from": "/foo", "path": "/foo"}],
0 commit comments