.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 21-conditional_comments.json
1 {
2   "name": "Conditional comments",
3   "options": {},
4   "html": "<!--[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]--><!--[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]-->",
5   "expected": [
6     {
7       "data": "[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]",
8       "type": "comment"
9     },
10     {
11       "data": "[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]",
12       "type": "comment"
13     }
14   ]
15 }