Changeset 22454 for t

Show
Ignore:
Timestamp:
09/29/08 20:14:16 (2 months ago)
Author:
azawawi
Message:

[t/spec] Fudged ignorecase.t for rakudo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S05-modifier/ignorecase.t

    r20390 r22454  
    2525is(~$/, "", "do not match lowercase"); 
    2626 
     27#?rakudo emit skip_rest('unimplemented m:i parsing'); 
     28 
     29#?rakudo emit =begin 
     30 
    2731"hello" ~~ m:i/<mixedcase>/; 
    2832is(~$/, "hello", "match with :i"); 
     
    3640ok('SS' ~~ m:i/ß/, "SS matches ß with :ignorecase"); 
    3741 
     42#?rakudo emit =end 
     43 
    3844# vim: syn=perl6 sw=4 ts=4 expandtab