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

commit 81e0541ab4c7c1026da0f6a3aa1abf6b7611a3c3
Author: kyle <k...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Thu Aug 13 18:56:14 2009 +0000

    [t/spec] feeble test for RT #64948
    
    git-svn-id: http://svn.pugscode.org/p...@27982 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S05-match/capturing-contexts.t 
b/t/spec/S05-match/capturing-contexts.t
index 0227dfe..1f9a2b8 100644
--- a/t/spec/S05-match/capturing-contexts.t
+++ b/t/spec/S05-match/capturing-contexts.t
@@ -2,7 +2,7 @@ use v6;
 
 use Test;
 
-plan 20;
+plan 21;
 
 if !eval('("a" ~~ /a/)') {
   skip_rest "skipped tests - rules support appears to be missing";
@@ -75,4 +75,11 @@ if !eval('("a" ~~ /a/)') {
     is @match[0][1], 'b', 'match element [0][1] from /(.)+/ coerced';
 }
 
+# RT #64948
+{
+    #?rakudo skip 'RT #64948'
+    ok %( 'foo' ~~ /<alpha> oo/ ){ 'alpha' }:exists,
+       'Match coerced to Hash says match exists';
+}
+
 # vim: ft=perl6

Reply via email to