UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

16 lines 297 B
{ "name": "xml entities", "options": { "handler": {}, "parser": {"decodeEntities": true, "xmlMode": true} }, "html": "&amp;&gt;&amp&lt;&uuml;&#x61;&#x62&#99;&#100", "expected": [ { "event": "text", "data": [ "&>&amp<&uuml;a&#x62c&#100" ] } ] }