UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

36 lines (35 loc) 472 B
{ "name": "Not quite closed", "options": {}, "html": "<foo /bar></foo bar>", "expected": [ { "event": "opentagname", "data": [ "foo" ] }, { "event": "attribute", "data": [ "bar", "" ] }, { "event": "opentag", "data": [ "foo", { "bar": "" } ] }, { "event": "closetag", "data": [ "foo" ] } ] }