What steps will reproduce the problem?
1. create function indented with tabs instead of spaces:
def test(s):
pass
Raises IndentationError in javascript error console:
Error: IndentationError: IndentationError: expected an indented block
Source: http://brython.info/py_utils.js
Line: 33
Please provide any additional information below.
It looks like parser/tokenizer doesn't recognize tabs as valid indentation.
Original issue reported on code.google.com by bystrousak@kitakitsune.org on 24 Dec 2012 at 12:27
Original issue reported on code.google.com by
bystrousak@kitakitsune.org
on 24 Dec 2012 at 12:27