test for goto in loops that use e.g. empty arrays as input, #283

This commit is contained in:
David Halter
2013-08-15 11:33:32 +04:30
parent 0db6be0e99
commit 4a6f421b80

View File

@@ -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