UNPKG

compound-ex4

Version:

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

44 lines 588 B
{ "name": "simple", "options": { "handler": {}, "parser": {} }, "html": "<h1 class=test>adsf</h1>", "expected": [ { "event": "opentagname", "data": [ "h1" ] }, { "event": "attribute", "data": [ "class", "test" ] }, { "event": "opentag", "data": [ "h1", { "class": "test" } ] }, { "event": "text", "data": [ "adsf" ] }, { "event": "closetag", "data": [ "h1" ] } ] }