Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add note for RT #126143
  • Loading branch information
coke committed Sep 23, 2015
1 parent cafa204 commit 442a23d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S05-capture/array-alias.t
Expand Up @@ -16,6 +16,8 @@ be valid perl6.

plan 45;

# RT #126143 - Doesn't work, file dies with compile time error.

ok(" a b\tc" ~~ m/@<chars>=( \s+ \S+ )+/, 'Named simple array capture');
is(join("|", @<chars>), " a| b|\tc", 'Captured strings');

Expand Down

0 comments on commit 442a23d

Please sign in to comment.