summary refs log tree commit diff stats
path: root/compiler/unittest_light.nim
Commit message (Collapse)AuthorAgeFilesLines
* improve formatting in assertEqualsTimothee Cour2019-01-141-7/+8
|
* add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited ↵Timothee Cour2019-01-091-0/+37
table (#10182) * add compiler/unittest_light.nim for easy diffing: assertEquals and mismatch * fixup * add alignTable, parseTableCells
266 - space for alloc-id in heap allocations' href='/akkartik/mu/commit/exception1.mu?h=main&id=23d3a02226973f80188e84fa5dcedb14413c5b7f'>23d3a022 ^
53ba69a7 ^
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61