6805c5a1cfaf4bd2024e08c0f4fe3c23de88d68c
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / values / number-float.csst
1 --TEST--
2 Tests numeric values: Floating point
3 --CSS--
4 a { font-size:01.5010em }
5 --EXPECT--
6 array (
7 'a' =>
8 array (
9 'font-size' => '1.501em',
10 ),
11 )