diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-09-06 21:10:17 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-09-06 21:45:44 +0100 |
commit | ac4ef9bdcad6bb41c919f6d0b76fdef717ab5e18 (patch) | |
tree | 5adcf55e7bb923f4fca7f57200f1e682448ff5de /test/stdout/0002 | |
parent | be36e5721725253b7529899884d7fe8ecd5120b9 (diff) |
Add expansion item for sorting lists
Diffstat (limited to 'test/stdout/0002')
-rw-r--r-- | test/stdout/0002 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index 7200bf3a7..a3706ee5a 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -71,6 +71,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' |