On Fri Mar 28 13:06:48 2014, moritz wrote:
> This test from S04-phasers/pre-post.t fails on rakudo-moar, but passes
> on the two other backends:
> 
>     my $str;
>     try {
>         {
>             PRE     { $str ~= '('; 0 }
>             PRE     { $str ~= '*'; 1 }
>             ENTER   { $str ~= '[' }
>             $str ~= 'x';
>             LEAVE   { $str ~= ']' }
>             POST    { $str ~= ')'; 1 }
>         }
>     }
>     is $str, '(', 'failing PRE runs nothing else';

Fixed, test unfudged.

Reply via email to