Skip to content

Commit

Permalink
Add test case per @myint which regressed in the issue-366 branch. #366
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLee1521 committed Jan 15, 2015
1 parent 5100035 commit d8441d1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions testsuite/E30.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
#:

0 comments on commit d8441d1

Please sign in to comment.