08-27-周三_17-09-29
This commit is contained in:
22
node_modules/gitbook-plugin-multipart/node_modules/domhandler/test/cases/15-non-verbose.json
generated
vendored
Normal file
22
node_modules/gitbook-plugin-multipart/node_modules/domhandler/test/cases/15-non-verbose.json
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "Option 'verbose' set to 'false'",
|
||||
"options": {
|
||||
"verbose": false
|
||||
},
|
||||
"html": "<font\t\n size='14' \n>the text</\t\nfont\t \n>",
|
||||
"expected": [
|
||||
{
|
||||
"type": "tag",
|
||||
"name": "font",
|
||||
"attribs": {
|
||||
"size": "14"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"data": "the text",
|
||||
"type": "text"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user