diff options
Diffstat (limited to 'perl_checker.src/test/force_layout.t')
-rw-r--r-- | perl_checker.src/test/force_layout.t | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/perl_checker.src/test/force_layout.t b/perl_checker.src/test/force_layout.t new file mode 100644 index 0000000..96b3d71 --- /dev/null +++ b/perl_checker.src/test/force_layout.t @@ -0,0 +1,14 @@ +sub xxx you should not have a carriage-return (\n) here +{} + +xxx you should not have a carriage-return (\n) here + ($xxx); + +xxx( $xxx) you should not have a space here + +$xxx ++ you should not have a space here + +my($_xxx, $_yyy) you should have a space here + +xxx ($xxx) you should not have a space here + |