Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fudge trans test
  • Loading branch information
perlpilot committed Oct 21, 2010
1 parent c1b2547 commit f8d9c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S05-transliteration/trans.t
Expand Up @@ -40,6 +40,7 @@ is("ABCDEFGH".trans( ('A..CE..G' => 'a..ce..g') ),
"abcDefgH",
"The two sides can consist of multiple ranges");

#?rakudo: todo "arrays don't work yet"
is("ABCXYZ".trans( (['A'..'C'] => ['a'..'c']), (<X Y Z> => <x y z>) ),
"abcxyz",
"The two sides of each pair may also be array references" );
Expand Down

0 comments on commit f8d9c6f

Please sign in to comment.