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 c8e7181 commit 009cea2Copy full SHA for 009cea2
1 file changed
tests/test_core/test_layout.py
@@ -185,15 +185,30 @@ def BadChild():
185
"op": "add",
186
"path": "/children",
187
"value": [
188
- {"tagName": "div", "children": ["hello"]},
189
{
190
- "tagName": "",
191
- "error": "ValueError: error from bad child",
192
- },
193
+ "tagName": "div",
+ "children": [
+ {
+ "tagName": "",
194
+ {"tagName": "div", "children": ["hello"]}
195
+ ],
196
+ },
197
198
199
+ "error": "ValueError: error from bad child",
200
201
202
203
204
205
206
207
208
+ }
209
],
210
},
- {"op": "add", "path": "/tagName", "value": "div"},
211
+ {"op": "add", "path": "/tagName", "value": ""},
212
213
)
214
0 commit comments