This is an automatically generated mail to inform you that tests are now 
available in t/spec/S02-literals/string-interpolation.t

commit 34d975a16ed97d91998ebac76d096293c6cdbfe7
Author: moritz <mor...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Thu Jul 15 19:00:56 2010 +0000

    [t/spec] test for RT #76234, interpolating empty block into a string
    
    git-svn-id: http://svn.pugscode.org/p...@31713 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S02-literals/string-interpolation.t 
b/t/spec/S02-literals/string-interpolation.t
index 2b3a085..5c672fd 100644
--- a/t/spec/S02-literals/string-interpolation.t
+++ b/t/spec/S02-literals/string-interpolation.t
@@ -24,6 +24,9 @@ plan *;
     my $a = 3;
     ok "$a" ~~ Str, '"$a" results in a Str';
     ok "{3}" ~~ Str, '"{3}" results in a Str';
+
+    # RT #76234
+    is "{}", '', 'Interpolating an empty block is cool';
 }
 
 my $rt65538_in = qq[line { (1,2,3).min }

Reply via email to