UNPKG

compound-ex4

Version:

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

45 lines 625 B
{ "name": "double attribute", "options": { "handler": {}, "parser": {} }, "html": "<h1 class=test class=boo></h1>", "expected": [ { "event": "opentagname", "data": [ "h1" ] }, { "event": "attribute", "data": [ "class", "test" ] }, { "event": "attribute", "data": [ "class", "boo" ] }, { "event": "opentag", "data": [ "h1", { "class": "test" } ] }, { "event": "closetag", "data": [ "h1" ] } ] }