1
0
forked from VimPlug/jedi

test for #424, issues with form feeds

This commit is contained in:
Dave Halter
2014-07-18 16:52:25 +02:00
parent 81f3b940e8
commit 0f665bf436

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