1
0
forked from VimPlug/jedi

Fix a yield from test

This commit is contained in:
Dave Halter
2018-02-28 23:01:07 +01:00
parent a41a4562d2
commit dfa383c744

View File

@@ -237,13 +237,13 @@ def test_nested():
x
yield x
x, y, z = yield_nested()
x, y, z = test_nested()
#? int()
x
#? str()
y
# For whatever reason this is currently empty
#?
#? float()
z