summary refs log tree commit diff stats
path: root/tests/stdlib/nre
Commit message (Collapse)AuthorAgeFilesLines
* Rework nil/option for nre in light of ""==nilFlaviu Tamas2018-12-113-18/+25
| | | | Fixes #9243
* Revert 7f49364fd0 for nreFlaviu Tamas2018-12-112-5/+5
|
* make more tests greenAndreas Rumpf2018-08-132-5/+5
|
* More robust tests for #5453 (#5469)Florent2017-03-031-14/+9
|
* fixes #5444 - nre.findIter keeps searching when no match is possible (#5453)Florent2017-03-021-0/+19
|
* make tests green againAndreas Rumpf2016-07-291-1/+3
|
* SpellcheckFederico Ceratto2016-02-291-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Fix flaviut/nre#20Flaviu Tamas2015-06-181-0/+1
|
* Fix nre testsFlaviu Tamas2015-06-071-1/+1
|
* Rearrange nre filesFlaviu Tamas2015-05-269-0/+236
'Blame the previous revision' href='/ahoang/Nim/blame/doc/spawn.txt?h=devel&id=c95e47216f790f8aac9860a8a0deae0369a2a84f'>^
c8b5d6a63 ^







947b15216 ^
c8b5d6a63 ^
1e8a9aead ^
947b15216 ^




1e8a9aead ^
947b15216 ^
c8b5d6a63 ^
947b15216 ^

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