diff --git a/testsuite/E30.py b/testsuite/E30.py index d2d7bf35..39a8d0f0 100644 --- a/testsuite/E30.py +++ b/testsuite/E30.py @@ -87,4 +87,17 @@ def function(): """This class docstring comes on line 5. It gives error E303: too many blank lines (3) """ +#: E303:5:5 E303:11:5 +class Foo(object): + + + + def a(self): + pass + + + + + def b(self): + pass #: