X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F10-good.t;h=b88d721779fd773545a194f9451235b45b573cf2;hp=6510bea46724c99c93b3b637ac1bc301e5bafbdb;hb=c21777a35a9cee9151b6b2f6dcf5e16e17751c48;hpb=243292e1cc67ea36d0b7b5ca4b727ddf86e57a51 diff --git a/t/10-good.t b/t/10-good.t index 6510bea..b88d721 100644 --- a/t/10-good.t +++ b/t/10-good.t @@ -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;