UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

16 lines 262 B
{ "name": "numeric entities", "options": { "handler": {}, "parser": {"decodeEntities": true} }, "html": "a&#x62c&#100&#x66g&#x;&#x68", "expected": [ { "event": "text", "data": [ "abcdfg&#x;h" ] } ] }