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 / 31-comment_false-ending.json
Size: Mime:
{
  "name": "Comment false ending",
  "options": {},
  "html": "<!-- a-b-> -->",
  "expected": [
    { "event": "comment",     "data": [ " a-b-> " ] },
    { "event": "commentend",  "data": [] }
  ]
}