Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Label test as corresponding to RT #77660
  • Loading branch information
Mouq committed Apr 16, 2014
1 parent a2ef583 commit 637d31a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S03-metaops/cross.t
Expand Up @@ -111,6 +111,7 @@ is ([1,2] X~ <a b>), '1 2a 1 2b', '[] does not flatten';
is (1,2 X ( <a b> X "x")).join, '1a1x1b1x2a2x2b2x',
'Nested X works';

# RT #77660
{
my @a = 1,2,3;
@a X*= 10;
Expand Down

0 comments on commit 637d31a

Please sign in to comment.