Files
openide/python/testData/editing/enterInIncompleteTupleLiteral.after.py
Mikhail Golubev 0e9810168a PY-10972 Properly align elements of expressions without closing bracket on enter
instead of using artificially built indentation. It also covers all
collection literals, comprehensions and glued string literals in
parentheses most of which were overlooked in the previous implementation.
2018-04-03 18:45:43 +03:00

2 lines
38 B
Python

xs = ('foo', 'bar',
'baz'<caret>