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