X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/366fc9f0fbb8ea549b36dc2f4afee4e92bf7d81d..1bf43b7812e6dd16ab21c42a28f6ba34a28d2bb7:/test/stdout/0002 diff --git a/test/stdout/0002 b/test/stdout/0002 index e437faded..188a9752f 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -168,6 +168,11 @@ > md5: NO > mask: NO > +> # Numeric overflow +> +> Failed: absolute value of integer "4096M" is too large (overflow) +> Failed: absolute value of integer "4096000000" is too large (overflow) +> > # Conditions > > 2=2: y @@ -181,6 +186,7 @@ > 2>3: n > 3>3: n > 4>3: y +> 1>-1: y > 2>=3: n > 3>=3: y > 4>=3: y @@ -191,11 +197,12 @@ > 3<=3: y > 4<=3: n > 5<=3: n +> -3<=1: y > > 5>3k: n > 5>3m: n -> Failed: "3z " is not a number -> Failed: "a" is not a number +> Failed: invalid integer "3z " +> Failed: integer expected but "a" found > > def:y y > def:n n @@ -548,6 +555,8 @@ xyz > Failed: unknown condition "xya" inside "and{...}" condition > Failed: condition name expected, but found "${lookup{x}lsear" inside "and{...}" condition > Failed: missing } at end of string - could be header name not terminated by colon +> Failed: missing or misplaced { or } +> Failed: missing or misplaced { or } - could be header name not terminated by colon > Failed: each subcondition inside an "or{...}" condition must be in its own {} > Failed: missing } at end of condition inside "or" group > Failed: unknown condition "yes" inside "or{...}" condition