forked from VimPlug/jedi
finished testing script for refactoring
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# --- a
|
||||
# --- simple
|
||||
def test():
|
||||
#? 25 a
|
||||
return test(1, (30 + b, c) + 1)
|
||||
@@ -10,8 +10,9 @@ def test():
|
||||
|
||||
# --- multiline
|
||||
def test():
|
||||
#? 30 x
|
||||
return test(1, (30 + b, c) + 1)
|
||||
# +++
|
||||
def test():
|
||||
a = (30 + b, c) + 1
|
||||
return test(a)
|
||||
x = (30 + b, c) + 1
|
||||
return test(x)
|
||||
|
||||
Reference in New Issue
Block a user