cs142/project2/node_modules/htmlparser2/test/Events/23-legacy_entity_fail.json
2020-08-01 19:26:11 -03:00

16 lines
220 B
JSON

{
"name": "legacy entities",
"options": {
"handler": {},
"parser": {"decodeEntities": true}
},
"html": "M&M",
"expected": [
{
"event": "text",
"data": [
"M&M"
]
}
]
}