summaryrefslogtreecommitdiff
path: root/test/messages/func_bad_continuation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/messages/func_bad_continuation.txt')
-rw-r--r--test/messages/func_bad_continuation.txt64
1 files changed, 0 insertions, 64 deletions
diff --git a/test/messages/func_bad_continuation.txt b/test/messages/func_bad_continuation.txt
deleted file mode 100644
index 42087e5..0000000
--- a/test/messages/func_bad_continuation.txt
+++ /dev/null
@@ -1,64 +0,0 @@
-C: 14: Wrong hanging indentation.
- ] # [bad-continuation]
-| ^|
-C: 19: Wrong continued indentation.
- 7, # [bad-continuation]
- | ^
-C: 27: Wrong hanging indentation.
- 'b': 2, # [bad-continuation]
- ^|
-C: 33: Wrong hanging indentation.
- 'b': 2, # [bad-continuation]
- ^|
-C: 41: Wrong continued indentation.
- # [bad-continuation] is not accepted
- | | ^
-C: 42: Wrong continued indentation.
- 'contents', # nor this. [bad-continuation]
- | ^
-C: 51: Wrong hanging indentation in dict value.
- 'value2', # [bad-continuation]
- | ^ |
-C: 61: Wrong continued indentation.
- 'wrong', # [bad-continuation]
- ^ |
-C: 85: Wrong hanging indentation in dict value.
-'value1', # [bad-continuation]
-^ | |
-C: 89: Wrong hanging indentation in dict value.
- 'value1', # [bad-continuation]
- ^ | |
-C:106: Wrong hanging indentation before block.
- some_arg, # [bad-continuation]
- ^ |
-C:107: Wrong hanging indentation before block.
- some_other_arg): # [bad-continuation]
- ^ |
-C:111:continue4: Missing function docstring
-C:127: Wrong continued indentation.
- "b") # [bad-continuation]
- ^ |
-C:141: Wrong hanging indentation before block.
- ): pass # [bad-continuation]
-| ^|
-C:144: Wrong continued indentation before block.
- 2): # [bad-continuation]
- ^ |
-C:152: Wrong continued indentation.
- 2 and # [bad-continuation]
- | ^
-C:157: Wrong hanging indentation before block.
- 2): pass # [bad-continuation]
- ^ | |
-C:164: Wrong continued indentation before block.
- 2 or # [bad-continuation]
- |^ |
-C:168: Wrong continued indentation before block.
- 2): pass # [bad-continuation]
- ^ | |
-C:174: Wrong hanging indentation before block.
- 2): # [bad-continuation]
- ^ | |
-C:185: Wrong continued indentation.
- 2): # [bad-continuation]
- ^ |