Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update test now "my ${foo}" is allowed.
  • Loading branch information
jnthn committed Jun 30, 2015
1 parent 8d84107 commit 7d7467d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-exceptions/misc.t
Expand Up @@ -24,7 +24,7 @@ throws-like 'qr/a/', X::Obsolete, old => rx/<<qr>>/, replacement => rx/<<rx>>/;
throws-like '"a" . "b"', X::Obsolete, replacement => '~';
throws-like 's/a/b/i', X::Obsolete;
# RT #112470
throws-like 'my ${a} = 5', X::Obsolete;
throws-like 'my $a; ${a} = 5', X::Obsolete;

throws-like 'do { $^x }', X::Placeholder::Block, placeholder => '$^x';
throws-like 'do { @_ }', X::Placeholder::Block, placeholder => '@_';
Expand Down

0 comments on commit 7d7467d

Please sign in to comment.