08-27-周三_17-09-29
This commit is contained in:
15
node_modules/domhandler/test/cases/10-singular_attribute.json
generated
vendored
Normal file
15
node_modules/domhandler/test/cases/10-singular_attribute.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Singular attribute",
|
||||
"options": {},
|
||||
"html": "<option value='foo' selected>",
|
||||
"expected": [
|
||||
{
|
||||
"type": "tag",
|
||||
"name": "option",
|
||||
"attribs": {
|
||||
"value": "foo",
|
||||
"selected": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user