From 03750c0687fb4e0d59348c7be3189e17628e1e8b Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 17 May 2000 10:28:15 +0000 Subject: 11435: Update test for 11406. --- Test/53completion.ztst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/53completion.ztst b/Test/53completion.ztst index 2e33412d8..e799052e0 100644 --- a/Test/53completion.ztst +++ b/Test/53completion.ztst @@ -121,7 +121,8 @@ code='compdef _tst tst; _tst () { _arguments "-x" ":arg:" }' comptest -c "$code" $'tst -\t' 0:_arguments ->line: {tst -x }{} +>line: {tst -}{} +>MESSAGE:{arg} code='compdef _tst tst; _tst () { _arguments "-x:arg:" }' comptest -c "$code" $'tst -x\t' -- cgit 1.4.1