[DEPOT] ~gitignore : exclusion d'IMG
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / values / number-leadingzero.csst
1 --TEST--
2 Tests numeric values: Leading zeros
3 --CSS--
4 a { font-size:0001em; foo:00.1em; line-height:00.1; bar:-00.1;}
5 --EXPECT--
6 array (
7 'a' =>
8 array (
9 'font-size' => '1em',
10 'foo' => '.1em',
11 'line-height' => '.1',
12 'bar' => '-.1',
13 ),
14 )