Warning, /frameworks/ktexteditor/autotests/input/indent/python/list1/expected is written in an unsupported language. File is not indexed.

0001 mylist = [  # opening list w/out elements should indent once
0002     1,
0003     2]
0004 pass