summary refs log blame commit diff stats
path: root/nimsuggest/tests/tcon1.nim
blob: 262dd51510e746ed49bb35b09eeedf894a16f98c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                           
proc test(s: string; a: int) = discard
proc testB(a, b: string) = discard
test("hello here", #[!]#)
testB(#[!]#


discard """
$nimsuggest --tester $file
>con $1
con;;skProc;;tcon1.test;;proc (s: string, a: int);;$file;;1;;5;;"";;100
>con $2
con;;skProc;;tcon1.testB;;proc (a: string, b: string);;$file;;2;;5;;"";;100
"""