Changeset 22557 for t

Show
Ignore:
Timestamp:
10/09/08 20:06:19 (6 weeks ago)
Author:
moritz
Message:

[t/spec] unfduge passing test, cjfields++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S05-transliteration/with-closure.t

    r22556 r22557  
    4545 
    4646my $orig = 'hello';  
    47 #?rakudo todo 'Str.trans with regex+closure, RT #59730' 
    4847is $orig.trans(/(l)/ => { $_[0].ord }), 'he108108o', 'capturing regex + closure with .ord on $_'; 
    4948is $orig, 'hello', 'original string unchanged';