summaryrefslogtreecommitdiff
path: root/test/input/func_trailing_whitespace.py
blob: 2d2786d7adb19ba5c0c5d3ba185c9d77c45aa97b (plain)
1
2
3
4
5
6
7
8
"""Regression test for trailing-whitespace (C0303)."""

__revision__ = 0

print 'some trailing whitespace'   
print 'trailing whitespace does not count towards the line length limit'                   
print 'windows line ends are ok'
print 'but trailing whitespace on win is not'