23-legacy_entity_fail.json 220 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 { "name": "legacy entities", "options": { "handler": {}, "parser": {"decodeEntities": true} }, "html": "M&M", "expected": [ { "event": "text", "data": [ "M&M" ] } ] }