marko/test/autotests/walker/remove/expected.json
Patrick Steele-Idem 5df81440e5 Reorganized tests
2016-05-05 07:56:24 -07:00

40 lines
852 B
JSON

{
"type": "TemplateRoot",
"body": [
{
"type": "HtmlElement",
"tagName": "ul",
"attributes": [],
"body": [
{
"type": "HtmlElement",
"tagName": "li",
"attributes": [],
"body": [
{
"type": "Text",
"argument": {
"type": "Identifier",
"name": "a"
}
}
]
},
{
"type": "HtmlElement",
"tagName": "li",
"attributes": [],
"body": [
{
"type": "Text",
"argument": {
"type": "Identifier",
"name": "c"
}
}
]
}
]
}
]
}