Skip to content

Commit f50d52f

Browse files
author
Mike McCabe
committed
Fix simplexml_mode for add op
1 parent 788dc53 commit f50d52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplexml_tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"doc": { },
1919
"patch": [ { "op":"add", "path":"/foo/0", "value":1 } ],
2020
"expected": { "foo":1 },
21-
"disabled": true
21+
"disabled": false
2222
},
2323

2424
{ "comment": "simple 0-index of scalar ok",

0 commit comments

Comments
 (0)