summaryrefslogtreecommitdiff
path: root/test/data/number
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of max -ve numbersAdrian Lees2009-01-241-3/+2
| | | | svn path=/trunk/libcss/; revision=6214
* Use our own printing routine, rather than relying on snprintf to do the ↵John Mark Bell2009-01-171-5/+4
| | | | | | | | right thing wrt rounding. Update test data in line with this. That said, it would appear that values <=-(2^21) get truncated to -2097151.999. This probably wants investigating. svn path=/trunk/libcss/; revision=6111
* Fix rounding when fractional part is close to 1.John Mark Bell2008-11-241-0/+6
| | | | | | Add testcase to exercise this. svn path=/trunk/libcss/; revision=5766
* Fix number parsing and make test code automatically determine correctness.John Mark Bell2008-11-241-8/+94
| | | | | | | More test data, which covers everything. Fix includes in libcss/types.h svn path=/trunk/libcss/; revision=5764
* Some kind of testsuite for number parsing.John Mark Bell2008-11-232-0/+53
It appears that negative values are broken, at least. svn path=/trunk/libcss/; revision=5763