This is an automatically generated mail to inform you that tests are now available in t/spec/S03-operators/reduce-metaop.t
commit cdb7a947cead6a237dd2ce44551bcc555bb38168 Author: kyle <k...@c213334d-75ef-0310-aa23-eaa082d1ae64> Date: Sat Aug 1 12:02:10 2009 +0000 [t/spec] label test for RT #63306 git-svn-id: http://svn.pugscode.org/p...@27829 c213334d-75ef-0310-aa23-eaa082d1ae64 diff --git a/t/spec/S03-operators/reduce-metaop.t b/t/spec/S03-operators/reduce-metaop.t index 7e5a61e..adae355 100644 --- a/t/spec/S03-operators/reduce-metaop.t +++ b/t/spec/S03-operators/reduce-metaop.t @@ -25,7 +25,7 @@ L<"http://groups.google.de/group/perl.perl6.language/msg/bd9eb275d5da2eda"> is(([*] 1,2,3), (1*2*3), "[*] works"); is(([-] 1,2,3), (1-2-3), "[-] works"); is(([/] 12,4,3), (12/4/3), "[/] works"); - #?rakudo todo 'associativity in reduce-metaop' + #?rakudo todo 'associativity in reduce-metaop (RT #63306)' is(([**] 2,2,3), (2**2**3), "[**] works"); is(([%] 13,7,4), (13%7%4), "[%] works");