diff options
Diffstat (limited to 'testsuite/W29.py')
-rw-r--r-- | testsuite/W29.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/W29.py b/testsuite/W29.py index 688667f..4050c2f 100644 --- a/testsuite/W29.py +++ b/testsuite/W29.py @@ -15,3 +15,7 @@ string with trailing whitespace''' 1+ 1 #: W292:1:27 E261:1:12 noeol import this # no line feed +#: W292:3:22 noeol +class Test(object): + def __repr__(self): + return 'test' |