]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Test quotelike environments
authorVincent Pit <vince@profvince.com>
Mon, 1 Sep 2008 08:44:34 +0000 (10:44 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 1 Sep 2008 08:44:34 +0000 (10:44 +0200)
t/10-good.t

index 6510bea46724c99c93b3b637ac1bc301e5bafbdb..b88d721779fd773545a194f9451235b45b573cf2 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 33 * 2;
+use Test::More tests => 36 * 2;
 
 my ($obj, $pkg, $cb, $x);
 sub meh;
@@ -122,3 +122,9 @@ print STDOUT "bananananananana\n";
 print $x "oh hai\n";
 ####
 $x->foo($pkg->$cb)
+####
+$obj = "apple ${\(new Hlagh)} pear"
+####
+$obj = "apple @{[new Hlagh]} pear"
+####
+s/dongs/new Hlagh/e;