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