UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

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