git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
.end -> .wen
[exim.git]
/
test
/
stdout
/
0002
diff --git
a/test/stdout/0002
b/test/stdout/0002
index c469ce2f560bc9c2e2dfeaf2be3f0e0840a14bf9..c009fbd1214f9d92d903876faf292d09d60147cf 100644
(file)
--- a/
test/stdout/0002
+++ b/
test/stdout/0002
@@
-221,9
+221,12
@@
> mask: NO
>
> # Numeric overflow
> 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
>
>
> # Conditions
>
@@
-521,6
+524,8
@@
> Failed: unrecognised boolean value "text"
> Failed: unrecognised boolean value "text"
> "00" false EXPECT: false
> 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
>
> "TrUe" true EXPECT: true
> "FALSE" false EXPECT: false
@@
-540,6
+545,8
@@
> "text " true EXPECT: true
> " text " true EXPECT: true
> "00" true EXPECT: true
> "text " true EXPECT: true
> " text " true EXPECT: true
> "00" true EXPECT: true
+> "!true" false EXPECT: false
+> "!false" true EXPECT: true
>
> # RFC 2047
>
>
> # RFC 2047
>