Skip to content

Commit

Permalink
Unskip tests for tr///.
Browse files Browse the repository at this point in the history
  • Loading branch information
peschwa committed Jul 12, 2014
1 parent fa539f2 commit be941e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S05-transliteration/trans.t
Expand Up @@ -211,9 +211,9 @@ is(" <>&".trans(:c, :s, ([' ', '>', '&'] =>
);
}

#?rakudo skip 'tr///, feed operator NYI'
#?niecza skip 'Action method quote:tr NYI'
{
#?rakudo skip 'feed operator NYI'
is(EVAL('"abc".trans(<== "a" => "A")'), "Abc",
"you're allowed to leave off the (...) named arg parens when you use <==");

Expand Down

0 comments on commit be941e0

Please sign in to comment.