mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 10:52:14 +00:00
13 lines
197 B
Nim
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
|
|
|
|
#[!]#
|