[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / values / number-signed.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/values/number-signed.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/values/number-signed.csst
deleted file mode 100644 (file)
index 0659ea3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---TEST--
-Tests numeric values: Signed
---CSS--
-a { font-size:-1em }
-b { font-size:+1em }
---EXPECT--
-array (
-  'a' => 
-  array (
-    'font-size' => '-1em',
-  ),
-  'b' => 
-  array (
-    'font-size' => '1em',
-  ),
-)