aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/parso/py2/tests/normalizer_issue_files/E29.py
blob: 877f35c1038e9a2b41a01b4264ff2aebfd668bfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Okay 
# 情 
#: W291:5 
print  
 
 
#: W291+1 
class Foo(object): 
     
    bang = 12 
 
 
#: W291+1:34 
'''multiline 
string with trailing whitespace'''