From 43ac2ce5e55c134367e7a6c8eb8d2129df00c770 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 25 May 2020 11:38:25 +0100 Subject: Fix listquote expansion item to handle empty-string input --- test/stdout/0002 | 1 + 1 file changed, 1 insertion(+) (limited to 'test/stdout') diff --git a/test/stdout/0002 b/test/stdout/0002 index ea918aebb..b8ff36122 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -122,6 +122,7 @@ > listquote: ab:cd > listquote: ab;;cd > listquote: ab cd +> listquote: < > > > sort: 1:2:3:4 > sort: 4,3,2,1 -- cgit v1.2.3