UNPKG

compound-ex4

Version:

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

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" ] } ] }