mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Get invalid INDENTs working.
The following DEDENT's are removed.
This commit is contained in:
@@ -31,8 +31,7 @@ def wrong_indents():
|
||||
asdf = 3
|
||||
asdf
|
||||
asdf(
|
||||
# doesn't work because of the indent issues.
|
||||
#? str()
|
||||
#? int()
|
||||
asdf
|
||||
def openbrace():
|
||||
asdf = 3
|
||||
@@ -104,6 +103,7 @@ try:
|
||||
#? str()
|
||||
""
|
||||
|
||||
def break(): pass
|
||||
# wrong ternary expression
|
||||
a = ''
|
||||
a = 1 if
|
||||
|
||||
Reference in New Issue
Block a user