sgzwiz / brython

Automatically exported from code.google.com/p/brython
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Tabs can't be used for indentation in function calls splitted to multiple lines. #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
print(
    "asd"
)

What is the expected output?
asd

What do you see instead?
unknown token [ ]
module '__main__' line 2
    "asd"

What version of the product are you using?
1.0.20130116-074618

Please provide any additional information below.
Space indentation works as expected:

print(
 "asd"
)

Original issue reported on code.google.com by bystrousak@kitakitsune.org on 17 Jan 2013 at 7:43

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r505.

Original comment by pierre.q...@gmail.com on 16 Feb 2013 at 9:00