swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests4_dat.0.fragment_div.output.json

21 lines
302 B
JSON
Raw Normal View History

{
"type": "DocumentFragment",
"span": {
"start": 1,
"end": 19,
"ctxt": 0
},
"children": [
{
"type": "Text",
"span": {
"start": 1,
"end": 19,
"ctxt": 0
},
2022-07-09 07:19:14 +03:00
"data": "direct div content",
"raw": "direct div content"
}
]
}