[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / values / number-zero.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/values/number-zero.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/values/number-zero.csst
deleted file mode 100644 (file)
index 620e36d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---TEST--
-Tests numeric values: Zero
---CSS--
-a { font-size:0px; line-height:00.00 }
---EXPECT--
-array (
-  'a' => 
-  array (
-    'font-size' => '0',
-    'line-height' => '0',
-  ),
-)