X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/aa26e1378803587c24924ad0055318959d597802..98b8312fe7bf50e38c4a6dbc9f7592d2db134f36:/test/stdout/0002 diff --git a/test/stdout/0002 b/test/stdout/0002 index e6270977b..00ac02a2e 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -6,6 +6,8 @@ > # Some fixed variables > > exim_path: TESTSUITE/eximdir/exim +> config_dir: TESTSUITE +> config_file: TESTSUITE/test-config > primary_hostname: myhost.test.ex > primary_hostname: myhost.test.ex > qualify_domain: myhost.test.ex @@ -71,6 +73,13 @@ > listextract: fail > Failed: "extract" failed and "fail" requested > +> sort: 1:2:3:4 +> sort: 4,3,2,1 +> sort: a:aa:B:c +> sort: 10 smtp.ex.com:100 r2.ex.com:666 r99.ex.com +> sort: 10,smtp.ex.com:100,r2.ex.com:666,r99.ex.com +> sort: "" +> > # Tests with iscntrl() and illegal separators > > map: 'a' @@ -304,6 +313,7 @@ > 5>3m: n > Failed: invalid integer "3z " > Failed: integer expected but "a" found +> Failed: integer expected but "${substr_2_2:65535}" found > > >0: n > =: y @@ -563,7 +573,7 @@ > " yes" true EXPECT: true > " no" false EXPECT: false > "yes " true EXPECT: true -> Failed: unrecognised boolean value "-1" +> "-1" true EXPECT: true > "0" false EXPECT: false > "1" true EXPECT: true > " 0 " false EXPECT: false @@ -573,6 +583,7 @@ > " " false EXPECT: false > Failed: unrecognised boolean value "text" > Failed: unrecognised boolean value "text" +> Failed: unrecognised boolean value "-text" > Failed: unrecognised boolean value "text" > Failed: unrecognised boolean value "text" > "00" false EXPECT: false