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    
htmlparser2 / test / Events / 28-cdata_in_html.json
Size: Mime:
{
  "name": "CDATA in HTML",
  "options": {},
  "html": "<![CDATA[ foo ]]>",
  "expected": [
    { "event": "comment",     "data": [ "[CDATA[ foo ]]" ] },
    { "event": "commentend",  "data": [] }
  ]
}