Get invalid INDENTs working.

The following DEDENT's are removed.
This commit is contained in:
Dave Halter
2015-01-12 12:22:57 +01:00
parent ef72f4fb6c
commit 582b9b01af
3 changed files with 12 additions and 4 deletions

View File

@@ -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