swc/crates/swc_html_parser/tests/recovery/text/cr-charref-novalid/output.json
2022-05-12 19:56:47 +00:00

137 lines
3.2 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 95,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "DocumentType",
"span": {
"start": 1,
"end": 16,
"ctxt": 0
},
"name": "html",
"publicId": null,
"systemId": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 95,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 53,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 16,
"end": 36,
"ctxt": 0
},
"tagName": "meta",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "charset",
"value": "utf-8"
}
],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 36,
"end": 53,
"ctxt": 0
},
"tagName": "title",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 43,
"end": 53,
"ctxt": 0
},
"value": "
"
}
],
"content": null
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 95,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 61,
"end": 95,
"ctxt": 0
},
"tagName": "p",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 64,
"end": 95,
"ctxt": 0
},
"value": "There should be an error.\r"
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
]
}