.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 12-text_only.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/12-text_only.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/12-text_only.json
new file mode 100644 (file)
index 0000000..342dc45
--- /dev/null
@@ -0,0 +1,11 @@
+{
+  "name": "Only text",
+  "options": {},
+  "html": "this is the text",
+  "expected": [
+    {
+      "data": "this is the text",
+      "type": "text"
+    }
+  ]
+}
\ No newline at end of file