X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=www%2Fplugins-dist%2Fcompresseur%2Flib%2Fcsstidy%2Ftesting%2Funit-tests%2Fcsst%2Fselectors%2Fcombinator-compressed.csst;fp=www%2Fplugins-dist%2Fcompresseur%2Flib%2Fcsstidy%2Ftesting%2Funit-tests%2Fcsst%2Fselectors%2Fcombinator-compressed.csst;h=0000000000000000000000000000000000000000;hb=f489d45ae677afde12ba9c9f70f463ea34787b45;hp=ed51bfbf33de9661bc9af6643612837e121293f5;hpb=0dda6af18a04031b1ca8e217187966077e752fe3;p=ptitvelo%2Fweb%2Fwww.git 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 deleted file mode 100644 index ed51bfb..0000000 --- a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/selectors/combinator-compressed.csst +++ /dev/null @@ -1,11 +0,0 @@ ---TEST-- -Combinator selector ---CSS-- -a>b {display: inherit;} ---EXPECT-- -array ( - 'a>b' => - array ( - 'display' => 'inherit', - ), -)