From b421421786bf1a7d1aea77979e3181cddd754012 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(+) (limited to 'perl_checker.src') 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