diff options
-rw-r--r-- | perl_checker.src/test/force_layout.t | 5 |
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() +} + |