UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

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