This is an automatically generated mail to inform you that tests are now 
available in S04-statements/terminator.t

commit 4cb303effa82269e2fc72f91ddeb800042d77da0
Author: Kodi Arfer <hi...@thoth.(none)>
Date:   Mon Nov 29 18:25:42 2010 -0500

    [S04-statements/terminator.t] Added a test for RT #79964.

diff --git a/S04-statements/terminator.t b/S04-statements/terminator.t
index cbc0edd..5238797 100644
--- a/S04-statements/terminator.t
+++ b/S04-statements/terminator.t
@@ -2,7 +2,7 @@ use v6;
 
 use Test;
 
-plan 14;
+plan 15;
 
 # L<S04/"Statement-ending blocks"/"will terminate a statement">
 
@@ -54,4 +54,8 @@ eval_dies_ok "42 if 23\nis 50; 1",
 # not sure this belong here, suggestions for better places are welcome
 eval_dies_ok '(1) { $foo = 2 }', 'parens do not eat spaces after them';
 
+# RT #79964
+#?rakudo todo 'RT #79964'
+eval_lives_ok "my &f;\nsub g() { }\n&f;", 'implicit terminator before & sigil';
+
 # vim: ft=perl6

Reply via email to