Show
Ignore:
Timestamp:
01/21/08 16:21:29 (10 months ago)
Author:
krobillard
Message:

Iter/each can now take skip value on stack. Each.set works again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/tests/working/control.good

    r502 r503  
    4545each "two" 
    4646each "tree" 
     47--- each.set 0 --- 
     48--- each.set 1 --- 
     491 
     502 
     51a 
     52b 
     53one 
     54two 
     55tree 
     56--- each.set 2 --- 
     571 2 
     58a b 
     59one two 
     60tree none 
     61--- each.set 3 --- 
     621 2 a 
     63b one two 
     64tree none none 
     65--- each.set 8 --- 
     661 2 a b one two tree none 
    4767--- either --- 
    4868'T'