Commit 17e03b86 authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Merge pull request #3975 from da-woods/e_dec

Fixed e_decorators test
parents cf0e9a4e ced36eaf
# mode: error # mode: error
_ERRORS = u"""
4:4 Expected a newline after decorator
"""
class A: class A:
pass pass
@A().a @A().a
def f(): def f():
pass pass
_ERRORS = u"""
6:4: Expected a newline after decorator
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment