Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Linked now closed RT ticket about unrecogn. metachar
  • Loading branch information
FROGGS committed Nov 23, 2012
1 parent 3c2dc0e commit d18cdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S05-metasyntax/unknown.t
Expand Up @@ -31,7 +31,7 @@ lives_ok({"aa!" ~~ /'a'/}, 'quoted "a" is valid');
ok "$!" ~~ /:i quantif/, 'error message mentions quantif{y,ier}';
}

# RT 77110
# RT #77110, #77386
{
try { eval '$_ = "0"; s/-/1/;' };
ok "$!" ~~ /'Unrecognized regex metacharacter -'/,
Expand Down

0 comments on commit d18cdd7

Please sign in to comment.