summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_trailing_whitespace.py
blob: 946d7480bced5be18495bad389c320a0846e7861 (plain)
1
2
3
4
5
6
7
8
"""Regression test for trailing-whitespace (C0303)."""
# pylint: disable=mixed-line-endings, print-statement
__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'