Skip to content

Commit 49623d5

Browse files
committed
ISSUETESTONE FOR PYTHON2 POINT ONE
1 parent c86685a commit 49623d5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ISSUETEST.py

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#: TAB ERROR TEST
2+
for a in 'abc':
3+
for b in 'xyz':
4+
print a # indented with 5 spaces
5+
# should generate a "TAB ERROR: TAB INDENTATION EXPECTED; 5 SPACES WERE USED"
6+
7+
print b # indented with 4 spaces
8+
9+
10+
11+

0 commit comments

Comments
 (0)