This is an automatically generated mail to inform you that tests are now 
available in t/spec/S03-operators/series.t

commit dc653c9531fffc0b0f7ed4ab68cac68200687c53
Author: dimid <di...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Sat Jun 12 15:59:07 2010 +0000

    [t/spec] Add tests for RT#75674. infix:<...> works with a list to the right
    
    
    git-svn-id: http://svn.pugscode.org/p...@31219 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S03-operators/series.t b/t/spec/S03-operators/series.t
index 0123cb6..c0d7d82 100644
--- a/t/spec/S03-operators/series.t
+++ b/t/spec/S03-operators/series.t
@@ -145,6 +145,11 @@ is (16, 8, 4 ... *).batch(5).join(', '), '16, 8, 4, 2, 1', 
'geom decreasing';
             'expression with two magic series operators and non-matching end 
points';
 }
 
+{
+    is ~(4 ... ^5), ~<4 3 2 1 0 1 2 3 4>, '4 ... ^5 works';
+    is ~(4 ... 0, 1, 2, 3, 4), ~<4 3 2 1 0 1 2 3 4>, '4 ... 0, 1, 2, 3,4 
works';
+}
+
 done_testing;
 
 # vim: ft=perl6

Reply via email to