From b96cd37954da7ce53d43d1444740ddd7e81d6480 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 17 Nov 2004 11:51:22 +0000 Subject: *** empty log message *** --- perl_checker.src/test/force_layout.t | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl_checker.src/test/force_layout.t b/perl_checker.src/test/force_layout.t index d8aa076..0ebd202 100644 --- a/perl_checker.src/test/force_layout.t +++ b/perl_checker.src/test/force_layout.t @@ -13,3 +13,8 @@ my($_xxx, $_yyy) you should have a space here xxx ($xxx) you should not have a space here 'foo'.'bar' you should have a space here + +if ($xxx) { missing ";" + xxx() +} + -- cgit v1.2.1