summary refs log tree commit diff stats
path: root/tests/compiler/nim.cfg
Commit message (Collapse)AuthorAgeFilesLines
* add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited ↵Timothee Cour2019-01-091-0/+7
table (#10182) * add compiler/unittest_light.nim for easy diffing: assertEquals and mismatch * fixup * add alignTable, parseTableCells