X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F20-bad.t;h=226a2fccb258dd3fb8938324fa586804dd6a02cd;hp=0a61cd1917454c16db0c84054042650389d4a6c3;hb=f09d654a5606b2176a224ea7f45cfdef3dc761e9;hpb=c5fbf355ad97cc620713b8f5363bbacfa6960785 diff --git a/t/20-bad.t b/t/20-bad.t index 0a61cd1..226a2fc 100644 --- a/t/20-bad.t +++ b/t/20-bad.t @@ -9,7 +9,7 @@ package main; use strict; use warnings; -use Test::More tests => 33 * 4 + 2; +use Test::More tests => 36 * 4 + 2; my ($obj, $x); @@ -110,8 +110,14 @@ $obj = new $_ qr/foo/ ; #### $obj = new $_ qq(bar baz); #### +meh $_; +#### +meh $_ 1, 2; +#### meh $x; #### +meh $x 1, 2; +#### meh $x, 1, 2; #### new Hlagh->wut;