Files
asciidisco.com/build/node_modules/htmlparser2/test/Events/06-leading-lt.json
2023-08-01 13:49:46 +02:00

16 lines
193 B
JSON

{
"name": "leading lt",
"options": {
"handler": {},
"parser": {}
},
"html": ">a>",
"expected": [
{
"event": "text",
"data": [
">a>"
]
}
]
}