Skip to content

Commit 09dee56

Browse files
vincedevbruth
authored andcommitted
Fix anonymous test
1 parent 8bae8ed commit 09dee56

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

tests.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,23 @@
293293
{"op": "test", "path": "/i\\j", "value": 5},
294294
{"op": "test", "path": "/k\"l", "value": 6},
295295
{"op": "test", "path": "/ ", "value": 7},
296-
{"op": "test", "path": "/m~0n", "value": 8}] },
297-
296+
{"op": "test", "path": "/m~0n", "value": 8}],
297+
"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+
},
298313
{ "comment": "Move to same location has no effect",
299314
"doc": {"foo": 1},
300315
"patch": [{"op": "move", "from": "/foo", "path": "/foo"}],

0 commit comments

Comments
 (0)