Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[error-reporting.t] Add test for RT #80982
  • Loading branch information
kyleha committed Dec 23, 2010
1 parent f94554a commit eb032c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions integration/error-reporting.t
Expand Up @@ -62,4 +62,12 @@ A.new.x(42);',
err => rx/'line 3'>>/,
}, 'got the right line number for accessors';

# RT #80982
is_run 'say 0080982',
{
status => 0,
out => "80982\n",
err => rx/ octal /,
}, 'use of leading zero causes warning about octal';

# vim: ft=perl6

0 comments on commit eb032c7

Please sign in to comment.