10 lines
201 B
JSON
10 lines
201 B
JSON
{
|
|
"name": "Comment false ending",
|
|
"options": {},
|
|
"html": "<!-- a-b-> -->",
|
|
"expected": [
|
|
{ "event": "comment", "data": [ " a-b-> " ] },
|
|
{ "event": "commentend", "data": [] }
|
|
]
|
|
}
|