Skip to content

Commit

Permalink
RT #112056
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Mar 30, 2012
1 parent 1fa3c37 commit 3dab5c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-exceptions/misc.t
Expand Up @@ -168,6 +168,7 @@ throws_like 'use MONKEY_TYPING; augment class NoSuchClass { }', X::Augment::NoSu
package => 'NoSuchClass';

throws_like ':45<abcd>', X::Syntax::Number::RadixOutOfRange, radix => 45;
throws_like ':0<0>', X::Syntax::Number::RadixOutOfRange, message => rx/0/;
throws_like 'rx:g/a/', X::Syntax::Regex::Adverb, adverb => 'g', construct => 'rx';
throws_like 'my sub f($x, $y:) { }', X::Syntax::Signature::InvocantMarker;

Expand Down

0 comments on commit 3dab5c0

Please sign in to comment.