diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-06 16:20:35 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-06 16:20:35 +0100 |
commit | 48b30ae1141cbce9fe6f1153f368dd63a4505775 (patch) | |
tree | 936688b8488a1650e7738b381ff0ca56305cd9ca /test/stdout | |
parent | 0b4dfe7aa1f12214abdfa1037497d6c49a471612 (diff) |
Expansion item ${listquote }. Bug 1066
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0002 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index 01e96fe78..4345a0969 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -115,6 +115,14 @@ > listextract: fail > Failed: "listextract" failed and "fail" requested > +> listquote: abcd +> listquote: ab::cd +> listquote: ::a::b::c::d:: +> listquote: ab::::cd +> listquote: ab:cd +> listquote: ab;;cd +> listquote: ab cd +> > sort: 1:2:3:4 > sort: 4,3,2,1 > sort: a:aa:B:c |