anorgatarrak-wordpress-theme/node_modules/htmlparser2/test/Events/17-numeric_entities.json

16 lines
262 B
JSON
Raw Normal View History

{
"name": "numeric entities",
"options": {
"handler": {},
"parser": {"decodeEntities": true}
},
"html": "a&#x62c&#100&#x66g&#x;&#x68",
"expected": [
{
"event": "text",
"data": [
"abcdfg&#x;h"
]
}
]
}