This is an automatically generated mail to inform you that tests are now 
available in t/spec/S05-mass/rx.t

commit 0c6786e793e5337b073dcbeb1b4b4c0f087429c9
Author: kyle <k...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Wed Nov 18 18:00:56 2009 +0000

    [t/spec] Test for RT 70606: null pattern after alternation
    
    git-svn-id: http://svn.pugscode.org/p...@29126 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S05-mass/rx.t b/t/spec/S05-mass/rx.t
index 43a361c..b059229 100644
--- a/t/spec/S05-mass/rx.t
+++ b/t/spec/S05-mass/rx.t
@@ -1,6 +1,6 @@
 use Test;
 
-plan 729;
+plan *;
 
 ### for now
 sub matchcheck(*@) { 1 }
@@ -2461,4 +2461,9 @@ ok eval(q{{ 'abcdef' ~~ // }}) ~~ Failure also /null 
pattern/, '';
 #?rakudo skip 'infix:<also>'
 ok eval(q{{ 'abcdef' ~~ /  / }}) ~~ Failure also /Null pattern illegal/, 'ws 
null pattern';
 
+#?rakudo todo 'RT 70606'
+eval_dies_ok '"b" ~~ /b| /', 'null pattern after alternation';
+
+done_testing;
+
 # vim: ft=perl6 sw=4 expandtab

Reply via email to