mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
PY-16393 Ignore intermediate comments while searching for line feed to recognize hanging indent
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
xs = [ # foo
|
||||
1,
|
||||
{ # bar
|
||||
'a',
|
||||
'b',
|
||||
foo(True, # baz
|
||||
False,
|
||||
None)
|
||||
},
|
||||
2
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
xs = [ # foo
|
||||
1,
|
||||
{ # bar
|
||||
'a',
|
||||
'b',
|
||||
foo(True, # baz
|
||||
False,
|
||||
None)
|
||||
},
|
||||
2
|
||||
]
|
||||
Reference in New Issue
Block a user