diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-16 10:55:54 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-16 10:55:54 +0000 |
commit | 35e15e6b11efb1dfbc0022f34e5768ba2e8520b8 (patch) | |
tree | 76b287538c1cc33b2fe0dc41ff4d7e6e510f6856 /Test/54compmatch.ztst | |
parent | 632dc55f9c3b206ee600d48a11bd6a859131d30a (diff) | |
download | zsh-35e15e6b11efb1dfbc0022f34e5768ba2e8520b8.tar.gz zsh-35e15e6b11efb1dfbc0022f34e5768ba2e8520b8.tar.xz zsh-35e15e6b11efb1dfbc0022f34e5768ba2e8520b8.zip |
*** empty log message ***
Diffstat (limited to 'Test/54compmatch.ztst')
-rw-r--r-- | Test/54compmatch.ztst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Test/54compmatch.ztst b/Test/54compmatch.ztst index 325056f8f..0807a10c1 100644 --- a/Test/54compmatch.ztst +++ b/Test/54compmatch.ztst @@ -509,6 +509,22 @@ >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 zmodload -ui zsh/zpty |