Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made test green for Windows | Araq | 2016-09-30 | 1 | -2/+4 |
| | |||||
* | fixes issue 4212 && add test for various valid zero floats. | Parashurama | 2016-05-25 | 1 | -13/+21 |
| | |||||
* | fixes #4212 | Andreas Rumpf | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | fixes some issues with underscores in float literals. add more tests. | Parashurama | 2016-05-19 | 2 | -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. | Parashurama | 2016-05-18 | 1 | -0/+15 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | make tests green | Araq | 2014-08-31 | 3 | -5/+5 |
| | |||||
* | further adaptations | Araq | 2014-08-29 | 1 | -2/+2 |
| | |||||
* | Fixed parsing of float literals. | Reimer Behrends | 2014-05-23 | 1 | -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 categorized | Araq | 2014-01-13 | 3 | -0/+54 |