From eccb7471b577d55f0b410088fc1125016476b332 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 23 Nov 2016 07:39:16 +0000 Subject: 39757 plus test: Fix completion under parenthetical directory names, broken in 39412 --- Test/Y01completion.ztst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Test/Y01completion.ztst') diff --git a/Test/Y01completion.ztst b/Test/Y01completion.ztst index 7d8d70d8e..113a45076 100644 --- a/Test/Y01completion.ztst +++ b/Test/Y01completion.ztst @@ -80,12 +80,15 @@ F:regression test workers/31611 { mkdir 'A(B)' 'A(B)/C' + comptest $'cd "A(B)\t\t' comptesteval 'cd "A(B)/C"' comptest $'cd ../\t' } always { rmdir 'A(B)/C' 'A(B)' } 0:directory name is not a glob qualifier +>line: {cd "A(B)/}{} +>line: {cd "A(B)/C/}{} >line: {cd ../C/}{} comptesteval "_tst() { compadd -U -s : -S / -I . word; compstate[to_end]= }" -- cgit 1.4.1