summary refs log tree commit diff stats
path: root/tests/misc/tconv.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add test case for #3766 (#11252)Oscar Nihlgård2019-05-151-0/+14
|
* Make range checks in semConv (#7164)Oscar Nihlgård2019-05-101-0/+43
* Remove NaN/Inf/NegInf magic * Make range checks in semConv * fix the failing line * fix `firstOrd` and `lastOrd` * fix `localError` * remove debug comment * Cleanup, fix failing test * make tests green