restructure token breaks in statement parser

This commit is contained in:
Dave Halter
2014-03-05 14:39:21 +01:00
parent 7d7a86239c
commit 7222d70ecb
2 changed files with 6 additions and 9 deletions

View File

@@ -131,7 +131,7 @@ a = [a if 1.0 else '' for a in [1] if [1.0]]
#? int() str()
a[0]
# with a dict in between
# with a dict literal
#? int()
[a for a,b in {1:2}.items()][0]