08-27-周三_17-09-29
This commit is contained in:
18
node_modules/domhandler/test/cases/17-xml_namespace.json
generated
vendored
Normal file
18
node_modules/domhandler/test/cases/17-xml_namespace.json
generated
vendored
Normal file
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user