Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
X::Syntax::Regex::Adverb
  • Loading branch information
moritz committed Feb 24, 2012
1 parent a78af8c commit dc3de2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-exceptions/misc.t
Expand Up @@ -152,5 +152,6 @@ 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 'rx:g/a/', X::Syntax::Regex::Adverb, adverb => 'g', construct => 'rx';

done;

0 comments on commit dc3de2d

Please sign in to comment.