summary refs log tree commit diff stats
path: root/tests/float/tfloat6.nim
Commit message (Collapse)AuthorAgeFilesLines
* Revert "printing float values will have one more digit. (#13276) [backport]" ↵Timothee Cour2020-02-081-8/+17
| | | | | (#13363) This reverts commit b2c6db97f9f477f6999fa9c7aae5e32f10b6b3fe.
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-071-17/+8
| | | | * printing float values will have one more digit. Fixes #13196
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+4
|
* testament: OS specific disablesAraq2017-01-311-0/+1
|
* fixes some issues with underscores in float literals. add more tests.Parashurama2016-05-191-0/+21
fixes some potential issues with underscores in float literals. adds more checks for badly positionned underscores in float literals. adds more test files.