summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/mode/css/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/mode/css/test.js')
-rwxr-xr-xpublic/vendor/codemirror/mode/css/test.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/public/vendor/codemirror/mode/css/test.js b/public/vendor/codemirror/mode/css/test.js
index bef71561..55ae676e 100755
--- a/public/vendor/codemirror/mode/css/test.js
+++ b/public/vendor/codemirror/mode/css/test.js
@@ -76,13 +76,6 @@
MT("tagTwoPropertiesURL",
"[tag foo] { [property background]: [atom url]([string //example.com/foo.png]); [property padding]: [number 0]; }");
- MT("commentSGML",
- "[comment <!--comment-->]");
-
- MT("commentSGML2",
- "[comment <!--comment]",
- "[comment -->] [tag div] {}");
-
MT("indent_tagSelector",
"[tag strong], [tag em] {",
" [property background]: [atom rgba](",