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