/var/www/greso.tech/server/nsm/node_modules/htmlparser2/test/Events
Edit: /var/www/greso.tech/server/nsm/node_modules/htmlparser2/test/Events/26-not-quite-closed.json (472B)
{
"name": "Not quite closed",
"options": {},
"html": "
",
"expected": [
{
"event": "opentagname",
"data": [
"foo"
]
},
{
"event": "attribute",
"data": [
"bar",
""
]
},
{
"event": "opentag",
"data": [
"foo",
{
"bar": ""
}
]
},
{
"event": "closetag",
"data": [
"foo"
]
}
]
}