Skip to content

Commit

Permalink
fudge a .trim test for rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 8, 2011
1 parent bb0d7a9 commit fe922ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-str/trim.t
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Basic tests for the trim() builtin
is($foo, "\n foo", 'our variable can be trimmed multiple times');
}

#?rakudo skip 'Cool.trim NYI'
{
ok ' ab ' ~~ /.*/, 'regex sanity';
is $/.trim, 'ab', 'Match.trim';
Expand Down

0 comments on commit fe922ea

Please sign in to comment.