summary refs log tree commit diff stats
path: root/tests/procvar
Commit message (Collapse)AuthorAgeFilesLines
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-165-54/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge magics * merge metatype tests * merge method tests * merge objects tests * change `import future` to `import sugar` Nim in Action tests are left with `import future`, to ensure compatibility. * merge overload tests * merge proc tests * merge procvar tests * merge range tests * merge seq tests * merge sets tests * remove wrong assert from `tsets3` * fix `jsTests` * better fix
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-15/+15
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* make tests greenAraq2014-08-311-3/+3
|
* new tester; all tests categorizedAraq2014-01-134-0/+61
K. Agaram <vc@akkartik.com> 2015-11-04 12:43:37 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2015-11-04 12:43:37 -0800 2353 - now 'list' type can be fully generic!' href='/akkartik/mu/commit/063list.mu?h=main&id=4c3e1f0780da52c72be467c6bfd3b2073ce57190'>4c3e1f07 ^
b0bf5321 ^
81b6ab03 ^
1ead3562 ^
87ef6a67 ^

b0bf5321 ^
77d5b5d6 ^
4c3e1f07 ^

87ef6a67 ^

b0bf5321 ^
77d5b5d6 ^
4c3e1f07 ^



87ef6a67 ^

b0bf5321 ^








87ef6a67 ^







fca48e92 ^
b0bf5321 ^
fca48e92 ^
fca48e92 ^
b0bf5321 ^
fca48e92 ^



afb467ea ^
b0bf5321 ^
afb467ea ^
afb467ea ^
b0bf5321 ^
afb467ea ^



b0bf5321 ^
fca48e92 ^
fca48e92 ^


fca48e92 ^
1ead3562 ^
fca48e92 ^




b0bf5321 ^
fca48e92 ^
1ead3562 ^
44bab2e4 ^
fca48e92 ^
afb467ea ^




1ead3562 ^
afb467ea ^





1ead3562 ^
afb467ea ^

44bab2e4 ^
fca48e92 ^
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101