31-comment_false-ending.json 201 Bytes
{
  "name": "Comment false ending",
  "options": {},
  "html": "<!-- a-b-> -->",
  "expected": [
    { "event": "comment",     "data": [ " a-b-> " ] },
    { "event": "commentend",  "data": [] }
  ]
}