Changeset 22485 for t

Show
Ignore:
Timestamp:
10/02/08 09:49:54 (2 months ago)
Author:
moritz
Message:

[t/spec] unfudged trans.t for rakudo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S05-transliteration/trans.t

    r22453 r22485  
    7474 
    7575# Per S05 changes 
    76 #?rakudo todo 'RT #59446' 
    7776{ 
    7877is("Whfg nabgure Crey unpxre".trans(' a..z' => '_n..za..m', 'A..Z' => 'N..ZA..M'), 
     
    162161    '... and now complement and squash'); 
    163162 
    164 #?rakudo skip 'RT #59446' 
    165163{ 
    166164# remove vowel and character after 
     
    184182}; 
    185183 
    186 #?rakudo skip 'passing regex to closures in .trans not working yet...' 
     184#?rakudo skip 'closures and regexes' 
    187185{ 
    188186    # closures and regexes!