mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-19 23:09:43 +08:00
test for #424, issues with form feeds
This commit is contained in:
@@ -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