[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / values / number-missingunit.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/values/number-missingunit.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/values/number-missingunit.csst
deleted file mode 100644 (file)
index b43e3aa..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---TEST--
-Tests numeric values: Missing unit
---CSS--
-a { 
-font-size:1.0;
-line-height:1.0;
-color:123456;
-font:1em/1.0 verdana;
-}
---EXPECT--
-array (
-  'a' => 
-  array (
-    'font-size' => '1px',
-    'line-height' => '1',
-    'color' => '#123456',
-    'font' => '1em/1 verdana',
-  ),
-)
---SETTINGS--
-optimise_shorthands=0
\ No newline at end of file