first commit
This commit is contained in:
9
build/node_modules/htmlparser2/test/Events/31-comment_false-ending.json
generated
vendored
Normal file
9
build/node_modules/htmlparser2/test/Events/31-comment_false-ending.json
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "Comment false ending",
|
||||
"options": {},
|
||||
"html": "<!-- a-b-> -->",
|
||||
"expected": [
|
||||
{ "event": "comment", "data": [ " a-b-> " ] },
|
||||
{ "event": "commentend", "data": [] }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user