wallet-core/node_modules/htmlparser2/test/Events/06-leading-lt.json

16 lines
193 B
JSON
Raw Normal View History

2017-05-03 15:35:00 +02:00
{
"name": "leading lt",
"options": {
"handler": {},
"parser": {}
},
"html": ">a>",
"expected": [
{
"event": "text",
"data": [
">a>"
]
}
]
}