Skip to content

Commit

Permalink
Refudge for niecza.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Dec 19, 2011
1 parent cd2cf77 commit d72e0b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S05-metasyntax/sequential-alternation.t
Expand Up @@ -22,17 +22,18 @@ plan 10;
#L<S05/"Variable (non-)interpolation"/"An interpolated array:">

#?rakudo todo 'sequential alternation NYI'
#?niecza todo
{
my $str = 'x' x 7;
my @list = <x xx xxxx>;

ok $str ~~ m/ ||@list /;
#?niecza todo
is ~$/, 'x', 'first ||@list alternative matches';

@list = <xx x xxxx>;

ok $str ~~ m/ ||@list /;
#?niecza todo
is ~$/, 'xx', 'first ||@list alternative matches';
}

Expand Down

0 comments on commit d72e0b4

Please sign in to comment.