File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -185,15 +185,30 @@ def BadChild():
185185 "op" : "add" ,
186186 "path" : "/children" ,
187187 "value" : [
188- {"tagName" : "div" , "children" : ["hello" ]},
189188 {
190- "tagName" : "" ,
191- "error" : "ValueError: error from bad child" ,
192- },
193- {"tagName" : "div" , "children" : ["hello" ]},
189+ "tagName" : "div" ,
190+ "children" : [
191+ {
192+ "tagName" : "" ,
193+ "children" : [
194+ {"tagName" : "div" , "children" : ["hello" ]}
195+ ],
196+ },
197+ {
198+ "tagName" : "" ,
199+ "error" : "ValueError: error from bad child" ,
200+ },
201+ {
202+ "tagName" : "" ,
203+ "children" : [
204+ {"tagName" : "div" , "children" : ["hello" ]}
205+ ],
206+ },
207+ ],
208+ }
194209 ],
195210 },
196- {"op" : "add" , "path" : "/tagName" , "value" : "div " },
211+ {"op" : "add" , "path" : "/tagName" , "value" : "" },
197212 ],
198213 )
199214
You can’t perform that action at this time.
0 commit comments