1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

39787: Add a regression test for 39412.

This commit is contained in:
Daniel Shahaf 2016-10-31 03:17:20 +00:00
parent 0a5aea375d
commit 33ceb8b58f
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2016-11-01 Daniel Shahaf <d.s@daniel.shahaf.name>
* 39787: Test/Y01completion.ztst: Add a regression test for
39412.
2016-10-31 Barton E. Schaefer <schaefer@zsh.org>
* 39795: Completion/Unix/Type/_canonical_paths: preserve "cd -"

View file

@ -77,6 +77,16 @@ F:regression test workers/32182
>FI:{file2}
F:regression test workers/31611
{
mkdir 'A(B)' 'A(B)/C'
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 ../C/}{}
%clean
zmodload -ui zsh/zpty