diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-16 13:18:09 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-16 22:39:38 +0200 |
commit | b15f585273092f05145dd5b3fec5e83e27fbe45a (patch) | |
tree | e3923fa40fed510a7a0a99a11404dfaf8f19f06d /tests/caas/its_full_of_procs.txt | |
parent | d2def332fd6d290bd74cb1e491b3c8f8f09d894a (diff) | |
download | Nim-b15f585273092f05145dd5b3fec5e83e27fbe45a.tar.gz |
Adds idetoos testcase to verify returned signatures.
At the moment too many of them return proc.
Diffstat (limited to 'tests/caas/its_full_of_procs.txt')
-rw-r--r-- | tests/caas/its_full_of_procs.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/caas/its_full_of_procs.txt b/tests/caas/its_full_of_procs.txt new file mode 100644 index 000000000..31a2d3baa --- /dev/null +++ b/tests/caas/its_full_of_procs.txt @@ -0,0 +1,20 @@ +its_full_of_procs.nim + +> idetools --track:$TESTNIM,26,15 --def $SILENT +skProc +proc \( + +> idetools --track:$TESTNIM,27,21 --def $SILENT +skIterator +iterator \( +!proc \( + +> idetools --track:$TESTNIM,29,0 --def $SILENT +skMethod +method \( +!proc \( + +> idetools --track:$TESTNIM,27,15 --def $SILENT +skTemplate +template \( +!proc \( |