UNPKG

compound-ex4

Version:

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

16 lines 285 B
{ "name": "named entities", "options": { "handler": {}, "parser": {"decodeEntities": true} }, "html": "&amp;el&lt;er&CounterClockwiseContourIntegral;foo&bar", "expected": [ { "event": "text", "data": [ "&el<er\u2233foo&bar" ] } ] }