forked from VimPlug/jedi
Fix a yield from test
This commit is contained in:
@@ -237,13 +237,13 @@ def test_nested():
|
|||||||
x
|
x
|
||||||
yield x
|
yield x
|
||||||
|
|
||||||
x, y, z = yield_nested()
|
x, y, z = test_nested()
|
||||||
#? int()
|
#? int()
|
||||||
x
|
x
|
||||||
#? str()
|
#? str()
|
||||||
y
|
y
|
||||||
# For whatever reason this is currently empty
|
# For whatever reason this is currently empty
|
||||||
#?
|
#? float()
|
||||||
z
|
z
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user