.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 10-singular_attribute.json
1 {
2   "name": "Singular attribute",
3   "options": {},
4   "html": "<option value='foo' selected>",
5   "expected": [
6     {
7       "type": "tag",
8       "name": "option",
9       "attribs": {
10         "value": "foo",
11         "selected": ""
12       }
13     }
14   ]
15 }