Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge for niecza.
  • Loading branch information
colomon committed Mar 7, 2013
1 parent 1816add commit 72aff83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S05-substitution/subst.t
Expand Up @@ -26,6 +26,7 @@ is 'a'.subst(/(.)/,{$0~$0}),'aa', '.. you must wrap it in a closure';
is '12'.subst(/(.)(.)/,{$()*2}),'24', '.. and do nifty things in closures';

# RT #116224
#?niecza skip "Cannot assign to \$/"
{
$/ = '-';
is 'a'.subst("a","b"), 'b', '"a".subst("a", "b") is "b"';
Expand Down

0 comments on commit 72aff83

Please sign in to comment.