We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86685a commit 49623d5Copy full SHA for 49623d5
ISSUETEST.py
@@ -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