Skip to content

Commit

Permalink
Tests for RT #67554
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 24, 2014
1 parent 118cd7b commit 2582eed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions S32-exceptions/misc.t
Expand Up @@ -139,6 +139,9 @@ throws_like q[/ /], X::Syntax::Regex::NullRegex;
throws_like q[/ a | /], X::Syntax::Regex::NullRegex;
throws_like q[/ a || /], X::Syntax::Regex::NullRegex;
throws_like q[/ a & /], X::Syntax::Regex::NullRegex;
# RT 67554
throws_like q{/ [] /}, X::Syntax::Regex::NullRegex;
throws_like q{/ | /}, X::Syntax::Regex::NullRegex;


throws_like 'sub f($a?, $b) { }', X::Parameter::WrongOrder,
Expand Down

0 comments on commit 2582eed

Please sign in to comment.