diff options
Diffstat (limited to 'node_modules/domhandler/test/cases/17-xml_namespace.json')
| -rw-r--r-- | node_modules/domhandler/test/cases/17-xml_namespace.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/node_modules/domhandler/test/cases/17-xml_namespace.json b/node_modules/domhandler/test/cases/17-xml_namespace.json new file mode 100644 index 00000000..2171c49e --- /dev/null +++ b/node_modules/domhandler/test/cases/17-xml_namespace.json @@ -0,0 +1,18 @@ +{ + "name": "XML Namespace", + "options": {}, + "html": "<ns:tag>text</ns:tag>", + "expected": [ + { + "type": "tag", + "name": "ns:tag", + "attribs": {}, + "children": [ + { + "data": "text", + "type": "text" + } + ] + } + ] +}
\ No newline at end of file |
