[SPIP] +version 3.0.7
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / shorthands / font-noopt.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/shorthands/font-noopt.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/shorthands/font-noopt.csst
new file mode 100644 (file)
index 0000000..8bbc3a7
--- /dev/null
@@ -0,0 +1,21 @@
+--TEST--
+Test general font optimization (no optimization)
+--CSS--
+a { 
+    font-weight: bold;
+    font-size: 12px;
+    line-height: 2em;
+    font-family: Arial, sans-serif;
+}
+--EXPECT--
+array (
+  'a' => 
+  array (
+    'font-weight' => '700',
+    'font-size' => '12px',
+    'line-height' => '2em',
+    'font-family' => 'Arial,sans-serif',
+  ),
+)
+--SETTINGS--
+optimise_shorthands=0
\ No newline at end of file