summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/test
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-04-30 09:09:45 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-04-30 09:09:45 +0000
commit7de977a58ea74ceda04eb09e1af2dc209ed8f42c (patch)
tree1a0e8d81c081dca14514f462311f407ca9f49cc6 /perl_checker.src/test
parenta6ca42ec6122465baef9d2f2ce4051b8d5aaf4a4 (diff)
downloadperl_checker-7de977a58ea74ceda04eb09e1af2dc209ed8f42c.tar
perl_checker-7de977a58ea74ceda04eb09e1af2dc209ed8f42c.tar.gz
perl_checker-7de977a58ea74ceda04eb09e1af2dc209ed8f42c.tar.bz2
perl_checker-7de977a58ea74ceda04eb09e1af2dc209ed8f42c.tar.xz
perl_checker-7de977a58ea74ceda04eb09e1af2dc209ed8f42c.zip
detect "$xxx == undef"
Diffstat (limited to 'perl_checker.src/test')
-rw-r--r--perl_checker.src/test/context.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl_checker.src/test/context.t b/perl_checker.src/test/context.t
index 5fd7809..edb0452 100644
--- a/perl_checker.src/test/context.t
+++ b/perl_checker.src/test/context.t
@@ -13,3 +13,5 @@ length @l never use "length @l", it returns the l
'xxx' > 'yyy' you should use a string operator, not the number operator ">"
1 cmp 2 you should use a number operator, not the string operator "cmp" (or replace the number with a string)
+
+$xxx == undef context undef is not compatible with context float