nickers / tinypy

Automatically exported from code.google.com/p/tinypy
Other
0 stars 0 forks source link

tinypy executes statements where an indented block should be expected #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the following code:

while 1:
print("blah")

What is the expected output? What do you see instead?

tinypy should raise an IndentationError exception because there is an
indentation block missing before the print statement. Instead, tinypy
executes the code normally.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by denis.ka...@gmail.com on 4 Sep 2008 at 6:48

GoogleCodeExporter commented 8 years ago

Original comment by philhas...@gmail.com on 6 Sep 2008 at 4:13