diff options
-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' |