Add test for annoying scientific notation when using --round
commit8af688768e501d73cf44f8bbcbb0d5aeb2e13980
authorØyvind A. Holm <sunny@sunbase.org>
Thu, 4 Nov 2010 04:02:32 +0000 (4 05:02 +0100)
committerØyvind A. Holm <sunny@sunbase.org>
Thu, 4 Nov 2010 13:25:21 +0000 (4 14:25 +0100)
treec7b337499305a47da177064309d474cd9aff1436
parentd8936c366085909b144e4301df955078112ed283
Add test for annoying scientific notation when using --round

Perl insists on using scientific notation for numbers very close to
zero. Extremely irritating. This leads to an unintialised value due to a
check added in 47b1377a1bdf4354c055c0e4969aef14ee5e7998. This “bug” has
been around for at least 4.5 years, and it’s all Perl’s fault. Plain
impossible to suppress that notation. Bad behaviour, IMNSHO.

2/244 tests fail ATM.

1aa9b648-e7c9-11df-8716-fefdb24f8e10
12143622-e817-11df-87ec-fefdb24f8e10
tests/rounding.mayko [new file with mode: 0644]
tests/run-tests.pl