diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-07-06 20:20:58 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-07-06 20:20:58 +0200 |
commit | 2f0f1d0a3fcd462a5ff3273a6d414c6e8944d8ac (patch) | |
tree | eac57c95d6ecb31c7b78fd962bfd7c77c3e29aff /tests/caas/idetools_api.txt | |
parent | baf4f8c9ebcf542fad62275f1513fd7ed62e777d (diff) | |
download | Nim-2f0f1d0a3fcd462a5ff3273a6d414c6e8944d8ac.tar.gz |
Adds idetools failure case for re"" being reported as a module.
Diffstat (limited to 'tests/caas/idetools_api.txt')
-rw-r--r-- | tests/caas/idetools_api.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/caas/idetools_api.txt b/tests/caas/idetools_api.txt index 3a350f60b..035590dc3 100644 --- a/tests/caas/idetools_api.txt +++ b/tests/caas/idetools_api.txt @@ -52,3 +52,8 @@ def\tskLabel\t$MODULE.findVowelPosition.loops\t\t # Displaced macro usage by one character. > idetools --track:$TESTNIM,80,2 --def $SILENT def\tskMacro\t$MODULE.expect\tproc \(varargs\[expr\], stmt\): stmt\t + +# The syntax for extended raw string literals should not be returned as module +# but as the proc re() inside the re module. +> idetools --track:$TESTNIM,84,17 --def $SILENT +!def\tskModule |