Commit ced36eaf authored by da-woods's avatar da-woods

Fixed e_decorators test

parent 320fa6d7
# mode: error
_ERRORS = u"""
4:4 Expected a newline after decorator
"""
class A:
pass
@A().a
def f():
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