X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/c10d53a23e33e161e5e2ccc67257aaf60c424dd1..e45a1c3738f3cec60acf36ae268f8cbf35a2ce7d:/test/stdout/0002 diff --git a/test/stdout/0002 b/test/stdout/0002 index 35f1bb99b..e6270977b 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -64,6 +64,13 @@ > listcount: 3 > listcount: 2 > +> listextract: b +> listextract: XcX +> listextract: +> listextract: +> listextract: fail +> Failed: "extract" failed and "fail" requested +> > # Tests with iscntrl() and illegal separators > > map: 'a' @@ -260,9 +267,11 @@ > # Numeric overflow > # >32b should work, >64b not > -> 4096M y -> 4096000000 y -> 4611686018427387904 y +> 1 > 2047M n +> 1 > 2048M n +> 1 > 4096000000 n +> 1 > 4096M n +> 1 > 4611686018427387904 n > Failed: absolute value of integer "46116860184273879040" is too large (overflow) > > # Conditions