summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/test/force_layout.t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-04-25 15:08:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-04-25 15:08:17 +0000
commit1a06fa7e4a300880848047118f0adba68d38348d (patch)
treee6b01d6f4feae969f9905d5245648532db254c42 /perl_checker.src/test/force_layout.t
parente895f6b48826f09aeaada321d03a1d10548fc9ce (diff)
downloadperl-MDK-Common-1a06fa7e4a300880848047118f0adba68d38348d.tar
perl-MDK-Common-1a06fa7e4a300880848047118f0adba68d38348d.tar.gz
perl-MDK-Common-1a06fa7e4a300880848047118f0adba68d38348d.tar.bz2
perl-MDK-Common-1a06fa7e4a300880848047118f0adba68d38348d.tar.xz
perl-MDK-Common-1a06fa7e4a300880848047118f0adba68d38348d.zip
re-sync after the big svn loss
Diffstat (limited to 'perl_checker.src/test/force_layout.t')
-rw-r--r--perl_checker.src/test/force_layout.t23
1 files changed, 0 insertions, 23 deletions
diff --git a/perl_checker.src/test/force_layout.t b/perl_checker.src/test/force_layout.t
deleted file mode 100644
index bb5494e..0000000
--- a/perl_checker.src/test/force_layout.t
+++ /dev/null
@@ -1,23 +0,0 @@
-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
-
-'foo'.'bar' you should have a space here
-
-if ($xxx) { missing ";"
- xxx()
-}
-
-if ($xxx) { unneeded ";"
- xxx();
-};