.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 15-non-verbose.json
1 {
2   "name": "Option 'verbose' set to 'false'",
3   "options": {
4     "verbose": false
5   },
6   "html": "<font\t\n size='14' \n>the text</\t\nfont\t \n>",
7   "expected": [
8     {
9       "type": "tag",
10       "name": "font",
11       "attribs": {
12         "size": "14"
13       },
14       "children": [
15         {
16           "data": "the text",
17           "type": "text"
18         }
19       ]
20     }
21   ]
22 }