mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +02:00
*** empty log message ***
This commit is contained in:
parent
632dc55f9c
commit
35e15e6b11
2 changed files with 20 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-10-16 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* ?????: Test/54compmatch.ztst: add tests for the stuff in 12995
|
||||
|
||||
2000-10-13 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 13000: Doc/Zsh/jobs.yo: Document tty restoration when a stopped
|
||||
|
|
|
@ -507,6 +507,22 @@
|
|||
>NO:{c00.abc}
|
||||
>NO:{c01.abc.def.00.0}
|
||||
>line: {tst c00.abc }{}
|
||||
>COMPADD:{}
|
||||
|
||||
workers_12995a_matcher='r:|/=* r:|=*'
|
||||
workers_12995a_list=(u1 u1/q1 u1/q1/e1 u2 u2/q1 u2/q1/e2 u2/q1/e2/a1 u2/q1/e2/a2 u3 u3/q1 u4 u4/q u4/q/a1 u4/q/a2)
|
||||
test_code $workers_12995a_matcher workers_12995a_list
|
||||
comptest $'tst u/q/a\t'
|
||||
0:First test from workers 12995
|
||||
>line: {tst u4/q/a}{}
|
||||
>COMPADD:{}
|
||||
|
||||
workers_12995b_matcher='m:{a-z}={A-Z} r:|/=* r:|=*'
|
||||
workers_12995b_list=(../Completion/Core ../Completion/Commands)
|
||||
test_code $workers_12995b_matcher workers_12995b_list
|
||||
comptest $'tst ../com/cor\002\002\002\002\002\002\002\t'
|
||||
0:Second test from workers 12995
|
||||
>line: {tst ../Completion/Core }{}
|
||||
>COMPADD:{}
|
||||
|
||||
%clean
|
||||
|
|
Loading…
Reference in a new issue