shift73k/assets_old/node_modules/domhandler/test/cases/19-ignore_empty_tags.json

20 lines
No EOL
311 B
JSON

{
"name": "Ignore empty tags (xml mode)",
"options": {
"xmlMode": true
},
"html": "<link>text</link>",
"expected": [
{
"type": "tag",
"name": "link",
"attribs": {},
"children": [
{
"data": "text",
"type": "text"
}
]
}
]
}