anorgatarrak-wordpress-theme/node_modules/htmlparser2/test/Events/31-comment_false-ending.json

10 lines
201 B
JSON
Raw Normal View History

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