Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move asciitables to std/private/ (#16498) | flywind | 2020-12-29 | 1 | -1/+1 |
| | | | | | * move asciitables * minor | ||||
* | trunner was not actually being tested in non-CTFFI mode; minor testament ↵ | Timothee Cour | 2020-05-19 | 1 | -1/+1 |
| | | | | | | | | | | cleanups (#14377) * use check * trunner now works with cpp * cleanup: move compiler/unittest_light => stdtest/unittest_light * fix tests/readme.md * remove deadcode references to rodfiles * fix for windows | ||||
* | add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited ↵ | Timothee Cour | 2019-01-09 | 1 | -0/+109 |
table (#10182) * add compiler/unittest_light.nim for easy diffing: assertEquals and mismatch * fixup * add alignTable, parseTableCells |