[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / selectors / id.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/selectors/id.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/selectors/id.csst
deleted file mode 100644 (file)
index e9c9e5d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---TEST--
-ID selector
---CSS--
-a#foo {display: inherit;}
---EXPECT--
-array (
-  'a#foo' => 
-  array (
-    'display' => 'inherit',
-  ),
-)