summaryrefslogtreecommitdiff
path: root/testsuite/E24.py
blob: 92ca515e3757a9fff0fb3b1f3903fb4aedc4752f (plain)
1
2
3
4
5
6
#: E241
a = (1,  2)
b = (1, 20)
#: E242
a = (1,	2)  # tab before 2
b = (1, 20)  # space before 20