summary refs log tree commit diff stats
path: root/tests/compiler
Commit message (Collapse)AuthorAgeFilesLines
* fixes #11194 (#11242)Arne Döring2019-05-141-0/+12
|
* improve formatting in assertEqualsTimothee Cour2019-01-141-11/+11
|
* add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited ↵Timothee Cour2019-01-093-0/+171
table (#10182) * add compiler/unittest_light.nim for easy diffing: assertEquals and mismatch * fixup * add alignTable, parseTableCells