summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/test
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-17 11:51:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-17 11:51:22 +0000
commitb421421786bf1a7d1aea77979e3181cddd754012 (patch)
tree4c6ecd5c95227c1c9be65f5c79ae6e4a75569649 /perl_checker.src/test
parent28ae803289adc63488b47149a9dfc9b76f23c515 (diff)
downloadperl-MDK-Common-b421421786bf1a7d1aea77979e3181cddd754012.tar
perl-MDK-Common-b421421786bf1a7d1aea77979e3181cddd754012.tar.gz
perl-MDK-Common-b421421786bf1a7d1aea77979e3181cddd754012.tar.bz2
perl-MDK-Common-b421421786bf1a7d1aea77979e3181cddd754012.tar.xz
perl-MDK-Common-b421421786bf1a7d1aea77979e3181cddd754012.zip
*** empty log message ***
Diffstat (limited to 'perl_checker.src/test')
-rw-r--r--perl_checker.src/test/force_layout.t5
1 files changed, 5 insertions, 0 deletions
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()
+}
+