Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
domhandler / test / cases / 21-conditional_comments.json
Size: Mime:
{
  "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"
    }
  ]
}