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

commit 9bdf1b5bcc5055f558822a4b1ba6956ca0583f6c
Author: moritz <mor...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Wed Aug 11 16:24:07 2010 +0000

    [t/spec] test for RT #74609, 1, +* ... * series just repeats 1s
    
    git-svn-id: http://svn.pugscode.org/p...@31960 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S03-operators/series.t b/t/spec/S03-operators/series.t
index 9e52e0a..83e236d 100644
--- a/t/spec/S03-operators/series.t
+++ b/t/spec/S03-operators/series.t
@@ -208,6 +208,10 @@ is ~((1 ... *) Z~ ('a' ... 'z')).munch(5), "1a 2b 3c 4d 
5e", "Zipping two series
     is @a.grep(Num).elems, 7, "... all of which are Nums";
 }
 
+# RT #74606
+is (1, +* ... *).[^5].join('|'), (1 xx 5).join('|'),
+    '1, +* works for series';
+
 done_testing;
 
 # vim: ft=perl6

Reply via email to