UNPKG

compound-ex4

Version:

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

52 lines 695 B
{ "name": "crazy attribute", "options": { "handler": {}, "parser": {} }, "html": "<p < = '' FAIL>stuff</p><a", "expected": [ { "event": "opentagname", "data": [ "p" ] }, { "event": "attribute", "data": [ "<", "" ] }, { "event": "attribute", "data": [ "fail", "" ] }, { "event": "opentag", "data": [ "p", { "<": "", "fail": "" } ] }, { "event": "text", "data": [ "stuff" ] }, { "event": "closetag", "data": [ "p" ] } ] }