Skip to content

Commit

Permalink
fudge a test that nom accidentally passed before
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jul 19, 2011
1 parent 0bfac46 commit e5d54f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S05-metasyntax/unknown.t
Expand Up @@ -27,6 +27,7 @@ lives_ok({"aa!" ~~ /'a'/}, 'quoted "a" is valid');
# RT #74832
{
nok eval('/ a+ + /'), 'Cannot parse regex a+ +';
#?rakudo todo 'RT 74832'
ok "$!" ~~ /:i quantif/, 'error message mentions quantif{y,ier}';
}

Expand Down

0 comments on commit e5d54f6

Please sign in to comment.