Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/domhandler/test/cases/10-singular_attribute.json')
-rw-r--r--assets/node_modules/domhandler/test/cases/10-singular_attribute.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/assets/node_modules/domhandler/test/cases/10-singular_attribute.json b/assets/node_modules/domhandler/test/cases/10-singular_attribute.json
deleted file mode 100644
index 544636e..0000000
--- a/assets/node_modules/domhandler/test/cases/10-singular_attribute.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Singular attribute",
- "options": {},
- "html": "<option value='foo' selected>",
- "expected": [
- {
- "type": "tag",
- "name": "option",
- "attribs": {
- "value": "foo",
- "selected": ""
- }
- }
- ]
-} \ No newline at end of file