mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 13:32:20 +08:00
test for goto in loops that use e.g. empty arrays as input, #283
This commit is contained in:
@@ -167,3 +167,7 @@ for i in range(1):
|
||||
for key, value in [(1,2)]:
|
||||
#! ['for key,value in [(1...']
|
||||
key
|
||||
|
||||
for i in []:
|
||||
#! ['for i in []: i']
|
||||
i
|
||||
|
||||
Reference in New Issue
Block a user