UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

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" ] } ] }