Files
parso/test/test_user_context.py
2017-05-11 09:43:37 -04:00

7 lines
147 B
Python

import jedi
def test_form_feed_characters():
s = "\f\nclass Test(object):\n pass"
jedi.Script(s, line=2, column=18).call_signatures()