diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-25 11:38:25 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-25 21:05:55 +0100 |
commit | 43ac2ce5e55c134367e7a6c8eb8d2129df00c770 (patch) | |
tree | feed67a87688b69e292c46c967c2ce9ea911af6d /test/scripts/0000-Basic | |
parent | c21235119a8ab47a55abcf94a83aace510edf5d7 (diff) |
Fix listquote expansion item to handle empty-string input
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0002 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0002 b/test/scripts/0000-Basic/0002 index db8d70981..a8fc0bcb2 100644 --- a/test/scripts/0000-Basic/0002 +++ b/test/scripts/0000-Basic/0002 @@ -133,6 +133,7 @@ listquote: ${listquote{:}{ab::cd}} listquote: ${listquote{;}{ab:cd}} listquote: ${listquote{;}{ab;cd}} listquote: ${listquote{ }{ ab cd}} +listquote: <${listquote{:}{}}> sort: ${sort{3:2:1:4}{<}{$item}} sort: ${sort {<, 3,2,1,4}{>}{$item}} |