Skip to content

Commit

Permalink
add test for RT #77246
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jan 15, 2014
1 parent ff029b4 commit cff0104
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion integration/weird-errors.t
Expand Up @@ -3,7 +3,7 @@ use Test;
BEGIN { @*INC.push: 't/spec/packages' };
use Test::Util;

plan 8;
plan 9;

# this used to segfault in rakudo
#?niecza skip 'todo'
Expand Down Expand Up @@ -53,3 +53,8 @@ lives_ok { Any .= (); CATCH { when X::Method::NotFound {1} } }, 'Typed, non-inte
}
lives_ok { foo }, 'can recurse many times into &EVAL';
}

# RT #77246
{
eval_dies_ok('_~*.A', 'weird string that once parsed in rakudo');
}

0 comments on commit cff0104

Please sign in to comment.