blob: 665842894a17b6589d39bdfc0aa9636cc229d131 [file] [log] [blame]
{
"name": "Comment false ending",
"options": {},
"html": "<!-- a-b-> -->",
"expected": [
{ "event": "comment", "data": [ " a-b-> " ] },
{ "event": "commentend", "data": [] }
]
}