[SPIP] +version 3.0.7
[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
new file mode 100644 (file)
index 0000000..b992d76
--- /dev/null
@@ -0,0 +1,21 @@
+--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