summary refs log tree commit diff stats
path: root/tests/float
Commit message (Collapse)AuthorAgeFilesLines
* made test green for WindowsAraq2016-09-301-2/+4
|
* fixes issue 4212 && add test for various valid zero floats.Parashurama2016-05-251-13/+21
|
* fixes #4212Andreas Rumpf2016-05-251-1/+1
|
* fixes some issues with underscores in float literals. add more tests.Parashurama2016-05-192-0/+47
| | | | | | fixes some potential issues with underscores in float literals. adds more checks for badly positionned underscores in float literals. adds more test files.
* fix issue 4181. add testcase.Parashurama2016-05-181-0/+15
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* make tests greenAraq2014-08-313-5/+5
|
* further adaptationsAraq2014-08-291-2/+2
|
* Fixed parsing of float literals.Reimer Behrends2014-05-231-0/+42
| | | | | | | | | Float literals were not parsed properly when their fractional part exceeded 53 significant bits. This affected in particular math.PI and math.E. Rather than reinventing the wheel, this patch reuses C's strtod() implementation, which already does the heavy lifting with respect to correctness, though some caution is necessary to keep float parsing locale-independent.
* new tester; all tests categorizedAraq2014-01-133-0/+54