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

commit 5acf484a284f8e60d042bced81dadcdb62cedf5e
Author: kyle <k...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Sun Oct 11 03:27:17 2009 +0000

    [t/spec] Test for RT #69044
    
    git-svn-id: http://svn.pugscode.org/p...@28745 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S05-substitution/subst.t b/t/spec/S05-substitution/subst.t
index ac3b1e0..9320dd0 100644
--- a/t/spec/S05-substitution/subst.t
+++ b/t/spec/S05-substitution/subst.t
@@ -2,7 +2,7 @@ use v6;
 
 use Test;
 
-plan 76;
+plan *;
 
 # L<S05/Substitution/>
 
@@ -195,5 +195,14 @@ is '12'.subst(/(.)(.)/,{$()*2}),'24', '.. and do nifty 
things in closures';
     }
 }
 
+# RT #69044
+{
+    sub s { 'sub s' }
+    #?rakudo skip 'RT 69044'
+    is s,   'sub s', 'can call sub s as "s"';
+    is s(), 'sub s', 'can call sub s as "s()"';
+}
+
+done_testing;
 
 # vim: ft=perl6

Reply via email to