Changeset 8706

Show
Ignore:
Timestamp:
01/16/06 19:23:01 (3 years ago)
Author:
audreyt
Message:

* TODOify array captures for PGE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/rules/from_perl6_rules/array_cap.t

    r8080 r8706  
    2020} else { 
    2121 
    22 force_todo 7, 11..12, 14, 15, 17, 18, 21, 22, 24, 25, 27, 28, 35..45; 
     22force_todo 1..12, 14..45; 
    2323 
    2424ok("  a b\tc" ~~ m/@<chars>:=[ \s+ \S+ ]+/, 'Named simple array capture'); 
     
    4040# ok("abcxyd" ~~ m/a  @GA:=(.(.))+  d/, 'Global array capture'); 
    4141is("@GA[]", "c y", 'Global array captured'); 
    42 ok(%$/.keys == 0, 'No vestigal captures', :todo<bug> ); 
     42ok(%$/.keys == 0, 'No vestigal captures'); 
    4343 
    4444my @foo;