UNPKG

compound-ex4

Version:

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

22 lines 549 B
{ "name": "CDATA edge-cases", "options": { "parser": {"recognizeCDATA": true} }, "html": "<![CDATA><![CDATA[[]]sdaf]]><![CDATA[foo", "expected": [ { "event": "processinginstruction", "data": [ "![cdata", "![CDATA" ] }, { "event": "cdatastart", "data": [] }, { "event": "text", "data": [ "[]]sdaf" ] }, { "event": "cdataend", "data": [] }, { "event": "cdatastart", "data": [] }, { "event": "text", "data": [ "foo" ] }, { "event": "cdataend", "data": [] } ] }