[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / shorthands / padding-noopt.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/shorthands/padding-noopt.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/shorthands/padding-noopt.csst
deleted file mode 100644 (file)
index b992d76..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---TEST--
-Test padding optimization (no optimization)
---CSS--
-a { 
-    padding-left: 10px;
-    padding-right: 10px;
-    padding-top: 10px;
-    padding-bottom: 10px;
-}
---EXPECT--
-array (
-  'a' => 
-  array (
-    'padding-left' => '10px',
-    'padding-right' => '10px',
-    'padding-top' => '10px',
-    'padding-bottom' => '10px',
-  ),
-)
---SETTINGS--
-optimise_shorthands=0
\ No newline at end of file