.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 05-tags_in_comment.json
1 {
2   "name": "Special char in comment",
3   "options": {},
4   "html": "<head><!-- commented out tags <title>Test</title>--></head>",
5   "expected": [
6     {
7       "type": "tag",
8       "name": "head",
9       "attribs": {},
10       "children": [
11         {
12           "data": " commented out tags <title>Test</title>",
13           "type": "comment"
14         }
15       ]
16     }
17   ]
18 }