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