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 24fff54 commit 7e39cd2Copy full SHA for 7e39cd2
tests.json
@@ -107,7 +107,7 @@
107
"patch": [{"op": "add", "path": "/0", "value": "bar"}],
108
"expected": ["bar", "foo", "sil"] },
109
110
- { "comment": "push item to array via last index + 1"
+ { "comment": "push item to array via last index + 1",
111
"doc": ["foo", "sil"],
112
"patch": [{"op":"add", "path": "/2", "value": "bar"}],
113
"expected": ["foo", "sil", "bar"] },
0 commit comments