Skip to content

Commit 10f4e51

Browse files
committed
Added extra Okay example to test against
1 parent f55b1c5 commit 10f4e51

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

testsuite/E30not.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,22 @@ def a():
132132
def b():
133133

134134
pass
135+
#: Okay
136+
def foo():
137+
pass
138+
139+
140+
def bar():
141+
pass
142+
143+
144+
class Foo(object):
145+
pass
146+
147+
148+
class Bar(object):
149+
pass
150+
151+
152+
if __name__ == '__main__':
153+
foo()

0 commit comments

Comments
 (0)