Added test for multiple labels.

This commit is contained in:
Bruce Hill 2018-06-18 18:40:52 -07:00
parent 7f98262dfa
commit 6d8d617774

View File

@ -115,6 +115,12 @@ for %key = %value in {x:1,y:2}
stop %value
barf "stopping value failed"
for %key = %value in {x:1}
stop %key
stop %value
do next %key
do next %value
for %key = %value in {x:1,y:2}
do next %key
barf "skipping key failed"