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