mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Rework some todos.
This commit is contained in:
@@ -15,8 +15,6 @@ if False:
|
||||
pass
|
||||
print
|
||||
print
|
||||
# TODO this shouldn't actually be a 111 but an IndentationError. Please
|
||||
# correct.
|
||||
#: E111:4
|
||||
print
|
||||
mimetype = 'application/x-directory'
|
||||
|
||||
@@ -86,13 +86,13 @@ if True:
|
||||
),
|
||||
dict(name=token.undefined)
|
||||
)]
|
||||
# TODO this is currently not handled.
|
||||
# TODO multiline docstring are currently not handled.
|
||||
##: E125+1:4
|
||||
if ("""
|
||||
"""):
|
||||
pass
|
||||
|
||||
# TODO this is currently not handled.
|
||||
# TODO same
|
||||
for foo in """
|
||||
abc
|
||||
123
|
||||
|
||||
@@ -62,7 +62,7 @@ ddd = \
|
||||
#: E501:67 E225:21 E225:22
|
||||
very_long_identifiers=and_terrible_whitespace_habits(are_no_excuse+for_long_lines)
|
||||
#
|
||||
# TODO
|
||||
# TODO Long multiline strings are not handled.
|
||||
##: E501
|
||||
'''multiline string
|
||||
with a long long long long long long long long long long long long long long long long line
|
||||
|
||||
Reference in New Issue
Block a user