summary refs log tree commit diff stats
path: root/tests/compiler/tasciitables.nim
Commit message (Expand)AuthorAgeFilesLines
* move asciitables to std/private/ (#16498)flywind2020-12-291-1/+1
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-191-1/+1
* add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited tabl...Timothee Cour2019-01-091-0/+109
41f2058a26ae8e'>^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42