shift73k/assets_old/node_modules/domhandler/test/cases/17-xml_namespace.json

18 lines
279 B
JSON
Raw Normal View History

{
"name": "XML Namespace",
"options": {},
"html": "<ns:tag>text</ns:tag>",
"expected": [
{
"type": "tag",
"name": "ns:tag",
"attribs": {},
"children": [
{
"data": "text",
"type": "text"
}
]
}
]
}