Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
X::Syntax::Signature::InvocantMarker
  • Loading branch information
moritz committed Feb 26, 2012
1 parent 6728253 commit 26f6834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-exceptions/misc.t
Expand Up @@ -153,5 +153,6 @@ throws_like 'use MONKEY_TYPING; augment class NoSuchClass { }', X::Augment::NoSu

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

done;

0 comments on commit 26f6834

Please sign in to comment.