summaryrefslogtreecommitdiff
path: root/testsuite/W29.py
blob: 688667f0eaa6d72b9f0d6cf32eca6ad9cf250785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#: Okay
# 情
#: W291:1:6
print 
#: W293:2:1
class Foo(object):
    
    bang = 12
#: W291:2:35
'''multiline
string with trailing whitespace'''   
#: W292:1:36 noeol
# This line doesn't have a linefeed
#: W292:1:5 E225:1:2 noeol
1+ 1
#: W292:1:27 E261:1:12 noeol
import this # no line feed