diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-27 13:06:18 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-27 13:06:18 +0000 |
commit | 31862868fa7979e4b58cb71c42ac1c63acb8c7fc (patch) | |
tree | 0f2388c98c583188d44693c9ad21674f2fbe1016 | |
parent | 3343c75efdb25e274df824e016b0bb3552b1c0ba (diff) | |
download | zsh-31862868fa7979e4b58cb71c42ac1c63acb8c7fc.tar.gz zsh-31862868fa7979e4b58cb71c42ac1c63acb8c7fc.tar.xz zsh-31862868fa7979e4b58cb71c42ac1c63acb8c7fc.zip |
fix completion test (55*) because of 12394 (12408)
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Test/55arguments.ztst | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 197a00ea5..4cf7bea69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-07-27 Sven Wischnowsky <wischnow@zsh.org> + * 12408: Test/55arguments.ztst: fix completion test (55*) because + of 12394 + * 12405: Completion/Core/_main_complete, Doc/Zsh/compsys.yo: fix a bug that started menu selection too often; fix bug for `yes=long' and documentit diff --git a/Test/55arguments.ztst b/Test/55arguments.ztst index 0fe23b076..beb9dc705 100644 --- a/Test/55arguments.ztst +++ b/Test/55arguments.ztst @@ -90,6 +90,8 @@ 0:argument beginning with minus >line: {tst -}{} >MESSAGE:{arg} +>DESCRIPTION:{option} +>NO:{-x} tst_arguments '-o::optarg:(oa)' ':arg1:(a1)' comptest $'tst -o\t\t' |