Skip to content

Commit

Permalink
ISSUETESTONE FOR PYTHON2 POINT ONE
Browse files Browse the repository at this point in the history
  • Loading branch information
carol975 committed Nov 24, 2015
1 parent c86685a commit 49623d5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ISSUETEST.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#: TAB ERROR TEST
for a in 'abc':
for b in 'xyz':
print a # indented with 5 spaces
# should generate a "TAB ERROR: TAB INDENTATION EXPECTED; 5 SPACES WERE USED"

print b # indented with 4 spaces




0 comments on commit 49623d5

Please sign in to comment.