first commit
This commit is contained in:
16
build/node_modules/htmlparser2/test/Events/17-numeric_entities.json
generated
vendored
Normal file
16
build/node_modules/htmlparser2/test/Events/17-numeric_entities.json
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "numeric entities",
|
||||
"options": {
|
||||
"handler": {},
|
||||
"parser": {"decodeEntities": true}
|
||||
},
|
||||
"html": "abcdfg&#x;h",
|
||||
"expected": [
|
||||
{
|
||||
"event": "text",
|
||||
"data": [
|
||||
"abcdfg&#x;h"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user