summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/domhandler/test/cases/21-conditional_comments.json
blob: c034acd1a0fbc7bc6bd16c875e454a379e1f3064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "Conditional comments",
  "options": {},
  "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]-->",
  "expected": [
    {
      "data": "[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]",
      "type": "comment"
    },
    {
      "data": "[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]",
      "type": "comment"
    }
  ]
}