diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-14 20:01:57 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-07-02 12:28:22 +0200 |
commit | f7f14081682a24cf110ed7acd907ab2e17834b97 (patch) | |
tree | fac65a0e7af938dd3cdd8b45e4b78bb88fa90efa /tests/caas/completion_dot_syntax.txt | |
parent | 0c18e053365f767366fa17823796930b3458e2a5 (diff) | |
download | Nim-f7f14081682a24cf110ed7acd907ab2e17834b97.tar.gz |
Adds idetools --suggest test case. Refs #484.
1) There are too many suggestions for the given prefix. 2) The suggestions don't take into account the preceeding type. 3) trackDirty only works on caas mode.
Diffstat (limited to 'tests/caas/completion_dot_syntax.txt')
-rw-r--r-- | tests/caas/completion_dot_syntax.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/caas/completion_dot_syntax.txt b/tests/caas/completion_dot_syntax.txt new file mode 100644 index 000000000..dbffe265c --- /dev/null +++ b/tests/caas/completion_dot_syntax.txt @@ -0,0 +1,8 @@ +completion_dot_syntax_main.nim +> idetools --track:$TESTNIM,24,15 --def +def\tskProc\t$MODULE.echoRemainingDollars +> idetools --trackDirty:completion_dot_syntax_dirty.nim,$TESTNIM,25,12 --suggest +sug\tskProc\tcompletion_dot_syntax_dirty.echoRemainingDollars +# The suggestion should not mention the other echoRemaining* variants. +!sug\tskProc\tcompletion_dot_syntax_dirty.echoRemainingEuros +!sug\tskProc\tcompletion_dot_syntax_dirty.echoRemainingBugs |