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