swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests4_dat.4.fragment_plaintext.output.json

21 lines
290 B
JSON

{
"type": "DocumentFragment",
"span": {
"start": 1,
"end": 13,
"ctxt": 0
},
"children": [
{
"type": "Text",
"span": {
"start": 1,
"end": 13,
"ctxt": 0
},
"data": "</plaintext>",
"raw": "</plaintext>"
}
]
}