1
0
forked from VimPlug/jedi

Move some parser tests.

This commit is contained in:
Dave Halter
2017-05-15 13:57:26 -04:00
parent 90b531a3b3
commit f8b5aab6f4
4 changed files with 81 additions and 77 deletions

View 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()