Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 15-non-verbose.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/15-non-verbose.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/15-non-verbose.json
new file mode 100644 (file)
index 0000000..069db84
--- /dev/null
@@ -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"
+        }
+      ]
+    }
+  ]
+}
\ No newline at end of file