shift73k/assets_old/node_modules/domhandler/test/cases/18-enforce_empty_tags.json

16 lines
234 B
JSON
Raw Normal View History

{
"name": "Enforce empty tags",
"options": {},
"html": "<link>text</link>",
"expected": [
{
"type": "tag",
"name": "link",
"attribs": {}
},
{
"data": "text",
"type": "text"
}
]
}