orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
52 lines • 691 B
JSON
{
"name": "crazy attribute",
"options": {
"handler": {},
"parser": {}
},
"html": "<p <='' FAIL>stuff</p>",
"expected": [
{
"event": "opentagname",
"data": [
"p"
]
},
{
"event": "attribute",
"data": [
"<",
""
]
},
{
"event": "attribute",
"data": [
"fail",
""
]
},
{
"event": "opentag",
"data": [
"p",
{
"<": "",
"fail": ""
}
]
},
{
"event": "text",
"data": [
"stuff"
]
},
{
"event": "closetag",
"data": [
"p"
]
}
]
}