.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 14-comment_in_text_in_script.json
1 {
2   "name": "Comment within text within script",
3   "options": {},
4   "html": "<script>this is <!-- the comment --> the text</script>",
5   "expected": [
6     {
7       "type": "script",
8       "name": "script",
9       "attribs": {},
10       "children": [
11         {
12           "data": "this is <!-- the comment --> the text",
13           "type": "text"
14         }
15       ]
16     }
17   ]
18 }