Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / test / cases / 21-conditional_comments.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/21-conditional_comments.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/domhandler/test/cases/21-conditional_comments.json
new file mode 100644 (file)
index 0000000..c034acd
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "name": "Conditional comments",
+  "options": {},
+  "html": "<!--[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]--><!--[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]-->",
+  "expected": [
+    {
+      "data": "[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]",
+      "type": "comment"
+    },
+    {
+      "data": "[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]",
+      "type": "comment"
+    }
+  ]
+}
\ No newline at end of file