summaryrefslogtreecommitdiff
path: root/plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-12-07 12:13:42 -0500
committerEvan Prodromou <evan@status.net>2009-12-07 12:13:42 -0500
commit0c955b7c88b41fa28d079eb639abb748583ab4eb (patch)
treec6e3dd1597c9a96bc1e1851f6fd7b5acd5a4de6e /plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css
parent11dab47e2d91c7f88819a1576609d7ef7f63ee64 (diff)
remove unit tests for minify
Diffstat (limited to 'plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css')
-rw-r--r--plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css b/plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css
deleted file mode 100644
index 2ef9fac49..000000000
--- a/plugins/Minify/extlib/minify/min_unit_tests/_test_files/css/comments.css
+++ /dev/null
@@ -1,9 +0,0 @@
-
-/* block comments get removed */
-
-/*! YUI Compressor style comments are preserved */
-
-/* but all other comments are removed */
-
-/* comments that have any surrounding whitespace are replaced by a single space. */
-body{ background:#fff/*eef*/ url(/path/to/image.gif) repeat-y; }