Files
Nim/nimsuggest/tests/tcursor_at_end.nim
2017-03-09 14:58:14 +01:00

13 lines
197 B
Nim

# test we get some suggestion at the end of the file
discard """
$nimsuggest --tester $file
>sug $1
sug;;skProc;;tcursor_at_end.main;;proc ();;$file;;10;;5;;"";;*
"""
proc main = discard
#[!]#