summary refs log tree commit diff stats
path: root/tests/stdlib/tmget.nim
diff options
context:
space:
mode:
authorAditya Siram <aditya.siram@gmail.com>2020-12-03 06:40:28 -0600
committerGitHub <noreply@github.com>2020-12-03 13:40:28 +0100
commit23447ffdce7415e2313654a61bdd9a23803f6538 (patch)
treea80096268c15d90dbbfac5df2cabaf1e247073a8 /tests/stdlib/tmget.nim
parent849bc36edac47d5f62222ffc6beb015a770fc1f6 (diff)
downloadNim-23447ffdce7415e2313654a61bdd9a23803f6538.tar.gz
Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233)
* Fixes #16219, `hasArgOfName` ignoring argument sets.

* Fix test and simplify ident traversal.

* Moved test into a block and removed some boilerplate.

* Fix some argument formatting.

* use ..<

* Change the preceding line too

Co-authored-by: Clyybber <darkmine956@gmail.com>
Diffstat (limited to 'tests/stdlib/tmget.nim')
0 files changed, 0 insertions, 0 deletions
64126e9a1a7f4e0cfec4213587'>ce2c1efc ^
52daf072 ^















4a4a392d ^
52daf072 ^
4a4a392d ^





86351aaf ^
4a4a392d ^


86351aaf ^
4a4a392d ^


0361a76d ^
8aeb85f0 ^


2655a4a9 ^
52daf072 ^



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