Emit LexError for dedent to incorrect level (#7638)
This commit is contained in:
@@ -366,7 +366,7 @@ if (
|
||||
):
|
||||
pass
|
||||
|
||||
z = (
|
||||
z = (
|
||||
a
|
||||
+
|
||||
# a: extracts this comment
|
||||
@@ -377,7 +377,7 @@ if (
|
||||
x and y
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
z = (
|
||||
(
|
||||
|
||||
@@ -372,7 +372,7 @@ if (
|
||||
):
|
||||
pass
|
||||
|
||||
z = (
|
||||
z = (
|
||||
a
|
||||
+
|
||||
# a: extracts this comment
|
||||
@@ -383,7 +383,7 @@ if (
|
||||
x and y
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
z = (
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user