swc/crates/swc_html_parser/tests/recovery/comment/bogus-2/output.json
2022-07-14 04:56:31 +00:00

65 lines
1.3 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 11,
"ctxt": 0
},
"mode": "quirks",
"children": [
{
"type": "Comment",
"span": {
"start": 1,
"end": 11,
"ctxt": 0
},
"data": " test>",
"raw": "<!-- test>"
},
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
},
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
]
}