UNPKG

compound-ex4

Version:

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

18 lines 413 B
{ "name": "Comment edge-cases", "options": {}, "html": "<!-foo><!-- --- --><!--foo", "expected": [ { "event": "processinginstruction", "data": [ "!-foo", "!-foo" ] }, { "event": "comment", "data": [ " --- " ] }, { "event": "commentend", "data": [] }, { "event": "comment", "data": [ "foo" ] }, { "event": "commentend", "data": [] } ] }