forked from VimPlug/jedi
Refactor run.py to use the new API
This commit is contained in:
@@ -13,7 +13,6 @@ def test_fstring_multiline(Script):
|
||||
'' f'''s{
|
||||
str.uppe
|
||||
'''
|
||||
"""
|
||||
)
|
||||
""")
|
||||
c, = Script(code).complete(line=2, column=9)
|
||||
assert c.name == 'upper'
|
||||
|
||||
Reference in New Issue
Block a user