From 7f676f49eaf1552445d2dda2e6effcb4be0b10f6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 14 Oct 2004 04:19:22 +0000 Subject: check if_() with only one parameter --- perl_checker.src/test/various_errors.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl_checker.src/test') diff --git a/perl_checker.src/test/various_errors.t b/perl_checker.src/test/various_errors.t index dabb641..f9c4089 100644 --- a/perl_checker.src/test/various_errors.t +++ b/perl_checker.src/test/various_errors.t @@ -29,6 +29,8 @@ join(@l) first argument of join() must be a scal join(',', 'foo') join('...', $foo) is the same as $foo +if_($xxx) not enough parameters + push @l you must give some arguments to push push $xxx, 1 push is expecting an array -- cgit v1.2.1