Skip to content

Commit cdca426

Browse files
committed
add a test for [X] (RT #67064)
1 parent 817476a commit cdca426

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

S03-metaops/reduce.t

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,5 +374,10 @@ ok ([+]) == 0, 'argumentless [+] parses';
374374
is rt99942(1, 42), 43, 'RT #99942'
375375
}
376376

377+
# RT #67064
378+
{
379+
is(([X~] [<a b>] xx 3), <aaa aab aba abb baa bab bba bbb>, 'reduce with X');
380+
}
381+
377382
done;
378383
# vim: ft=perl6

0 commit comments

Comments
 (0)