mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 21:34:32 +08:00
A test suite imported from jedi.
This commit is contained in:
6
test/test_user_context.py
Normal file
6
test/test_user_context.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import jedi
|
||||
|
||||
|
||||
def test_form_feed_characters():
|
||||
s = "\f\nclass Test(object):\n pass"
|
||||
jedi.Script(s, line=2, column=18).call_signatures()
|
||||
Reference in New Issue
Block a user