36 lines
472 B
JSON
36 lines
472 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|