1
0
forked from VimPlug/jedi

fix issues with tokens in expression list

This commit is contained in:
Dave Halter
2014-06-10 11:03:36 +02:00
parent e6331f8ac8
commit c6aea92753
2 changed files with 8 additions and 0 deletions

View File

@@ -191,6 +191,12 @@ next(gen)
#? int()
(i for i in (1,)).send()
# issues with different formats
left, right = (i for i in
('1', '2'))
#? str()
left
# -----------------
# ternary operator