.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 10-singular_attribute.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/10-singular_attribute.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/10-singular_attribute.json
new file mode 100644 (file)
index 0000000..544636e
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "name": "Singular attribute",
+  "options": {},
+  "html": "<option value='foo' selected>",
+  "expected": [
+    {
+      "type": "tag",
+      "name": "option",
+      "attribs": {
+        "value": "foo",
+        "selected": ""
+      }
+    }
+  ]
+}
\ No newline at end of file