first commit
This commit is contained in:
16
build/node_modules/htmlparser2/test/Events/23-legacy_entity_fail.json
generated
vendored
Normal file
16
build/node_modules/htmlparser2/test/Events/23-legacy_entity_fail.json
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "legacy entities",
|
||||
"options": {
|
||||
"handler": {},
|
||||
"parser": {"decodeEntities": true}
|
||||
},
|
||||
"html": "M&M",
|
||||
"expected": [
|
||||
{
|
||||
"event": "text",
|
||||
"data": [
|
||||
"M&M"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user