.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 17-xml_namespace.json
1 {
2   "name": "XML Namespace",
3   "options": {},
4   "html": "<ns:tag>text</ns:tag>",
5   "expected": [
6     {
7       "type": "tag",
8       "name": "ns:tag",
9       "attribs": {},
10       "children": [
11         {
12           "data": "text",
13           "type": "text"
14         }
15       ]
16     }
17   ]
18 }