X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/90a3da69b37d9e558012a89afb44ca81d3bda8ac..15e783ad5fa2e3d1c1d12262ca0f1759be447ef7:/test/stdout/0002 diff --git a/test/stdout/0002 b/test/stdout/0002 index c469ce2f5..c009fbd12 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -221,9 +221,12 @@ > mask: NO > > # Numeric overflow +> # >32b should work, >64b not > -> Failed: absolute value of integer "4096M" is too large (overflow) -> Failed: absolute value of integer "4096000000" is too large (overflow) +> 4096M y +> 4096000000 y +> 4611686018427387904 y +> Failed: absolute value of integer "46116860184273879040" is too large (overflow) > > # Conditions > @@ -521,6 +524,8 @@ > Failed: unrecognised boolean value "text" > Failed: unrecognised boolean value "text" > "00" false EXPECT: false +> "!true" false EXPECT: false +> "!false" true EXPECT: true > > "TrUe" true EXPECT: true > "FALSE" false EXPECT: false @@ -540,6 +545,8 @@ > "text " true EXPECT: true > " text " true EXPECT: true > "00" true EXPECT: true +> "!true" false EXPECT: false +> "!false" true EXPECT: true > > # RFC 2047 >