Skip to content

Commit

Permalink
Unfudge ss/// test on Rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouq committed Apr 13, 2014
1 parent 7b9c4db commit 5004da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S05-substitution/subst.t
Expand Up @@ -213,7 +213,7 @@ is '12'.subst(/(.)(.)/,{$()*2}),'24', '.. and do nifty things in closures';
{
$_ = "a\nb\tc d";
ok ss/a b c d/w x y z/, 'successful substitution returns True';
#?rakudo todo "RT #120526"
# RT #120526
is $_, "w\nx\ty z", 'ss/.../.../ preserves whitespace';

dies_ok {"abc" ~~ ss/a b c/ x y z/}, 'Cannot ss/// string literal';
Expand Down

0 comments on commit 5004da4

Please sign in to comment.