Skip to content

Commit 442a23d

Browse files
committed
Add note for RT #126143
1 parent cafa204 commit 442a23d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

S05-capture/array-alias.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ be valid perl6.
1616

1717
plan 45;
1818

19+
# RT #126143 - Doesn't work, file dies with compile time error.
20+
1921
ok(" a b\tc" ~~ m/@<chars>=( \s+ \S+ )+/, 'Named simple array capture');
2022
is(join("|", @<chars>), " a| b|\tc", 'Captured strings');
2123

0 commit comments

Comments
 (0)