mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Merge branch 'master' into deprecations
This commit is contained in:
@@ -121,11 +121,8 @@ def test_multiple_signatures(Script):
|
||||
|
||||
|
||||
def test_get_signatures_whitespace(Script):
|
||||
s = dedent("""\
|
||||
abs(
|
||||
def x():
|
||||
pass
|
||||
""") # noqa
|
||||
# note: trailing space after 'abs'
|
||||
s = 'abs( \ndef x():\n pass\n'
|
||||
assert_signature(Script, s, 'abs', 0, line=1, column=5)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user