summary refs log tree commit diff stats
path: root/tests/errmsgs/tsigmatch.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #13538 sigmatch errors are now sorted (#13701)Timothee Cour2020-03-201-7/+7
| | | | | | | * fix #13538 sigmatch now sorted and has reliable order * re-enable tests that were disabled because of that bug * fix remaining tests and un-disable 2 other tests that were affected by this bug
* fixes #5170 (#13589)Andreas Rumpf2020-03-051-3/+3
| | | | | | * fixes #5170 * make tests green
* Revert "printing float values will have one more digit. (#13276) [backport]" ↵Timothee Cour2020-02-081-2/+3
| | | | | (#13363) This reverts commit b2c6db97f9f477f6999fa9c7aae5e32f10b6b3fe.
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-071-3/+2
| | | | * printing float values will have one more digit. Fixes #13196
* typeToString can now show (recursively) resolved type aliases; fixes #8569 ↵Timothee Cour2019-08-311-1/+1
| | | | | | | | | | | #8083 #8570 (#11678) * nested typeToString * typeToString: preferResolved * add test * fix test * preferMixed * fix tests
* address commentsTimothee Cour2019-07-081-59/+9
|
* add tests for #8305 #7808 #10285 #11061 + other bugsTimothee Cour2019-07-081-18/+98
|
* make tests/concepts/t3330.nim disabled again: the order of candidates is ↵Timothee Cour2019-07-081-0/+142
machine dependent