Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleanup description of passing test for RT #122645
  • Loading branch information
usev6 committed Oct 21, 2014
1 parent cc6dfe8 commit 6db87b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S32-exceptions/misc.t
Expand Up @@ -174,8 +174,9 @@ for <
}

throws_like '$#', X::Syntax::Perl5Var;
# 'Unknown QAST node type NQPMu, #122645'
# RT #122645
lives_ok { EVAL '$@' }, '$@ is no longer a problem';

throws_like { EVAL '"$"' }, X::Backslash::NonVariableDollar, 'non-variable $ in double quotes requires backslash';
lives_ok { EVAL 'class frob { has @!bar; method test { return $@!bar } }' },
'uses of $@!bar not wrongfully accused of using old $@ variable';
Expand Down

0 comments on commit 6db87b2

Please sign in to comment.