mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
48216: Fix broken Y01 test from workers/48180
This commit is contained in:
parent
2c062e8e69
commit
d3906d7a2f
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2021-03-28 dana <dana@dana.is>
|
||||
|
||||
* 48216: Test/Y01completion.ztst: Fix broken test from
|
||||
workers/48180
|
||||
|
||||
2021-03-26 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 48131/0004: Etc/FAQ.yo: FAQ: 3.31: Rearrange
|
||||
|
|
|
@ -240,7 +240,10 @@ F:regression test workers/31611
|
|||
comptesteval '_tst() { local disp=( {a..z} ); compadd -ld disp $disp[@]; comppostfuncs=( _pst ) }'
|
||||
comptesteval '_pst() { local disp=( "<INSERT>$compstate[insert]</INSERT>" ); compadd -Qld disp $disp }'
|
||||
comptesteval "zstyle ':completion:*' menu select=long-list"
|
||||
# This test is sensitive to sorting differences across platforms
|
||||
comptesteval 'export LC_ALL=C'
|
||||
comptest $'tst \C-d'
|
||||
comptesteval "export LC_ALL=${(q)ZSH_TEST_LANG}"
|
||||
0: menu select=long-list starts menu selection for list widgets
|
||||
>NO:{<INSERT>menu</INSERT>}
|
||||
>NO:{a}
|
||||
|
|
Loading…
Reference in a new issue