[DEPOT] ~gitignore : exclusion d'IMG
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / values / number-signed.csst
1 --TEST--
2 Tests numeric values: Signed
3 --CSS--
4 a { font-size:-1em }
5 b { font-size:+1em }
6 --EXPECT--
7 array (
8 'a' =>
9 array (
10 'font-size' => '-1em',
11 ),
12 'b' =>
13 array (
14 'font-size' => '1em',
15 ),
16 )