1
0
forked from VimPlug/jedi

fix a slice issue with precedences.

This commit is contained in:
Dave Halter
2014-04-21 02:30:17 +02:00
parent e320c3a8a0
commit eaf54942fc
5 changed files with 15 additions and 3 deletions

View File

@@ -98,3 +98,13 @@ for x in [l(0), l(1), l(2), l(3), l(4), l(5), l(6), l(7), l(8), l(9), l(10),
#? str()
b[1]
# -----------------
# syntax errors
# -----------------
# strange slice
z = sorted([1], key = lambda x : x):
#? int()
z