about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-05-17 10:28:15 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-05-17 10:28:15 +0000
commit03750c0687fb4e0d59348c7be3189e17628e1e8b (patch)
tree58912bb864f8024671e9e55e7d14cc2077e15dcf /Test
parent6a02bbcfba541ee74db30f1736f02d1b83e3d57d (diff)
downloadzsh-03750c0687fb4e0d59348c7be3189e17628e1e8b.tar.gz
zsh-03750c0687fb4e0d59348c7be3189e17628e1e8b.tar.xz
zsh-03750c0687fb4e0d59348c7be3189e17628e1e8b.zip
11435: Update test for 11406.
Diffstat (limited to 'Test')
-rw-r--r--Test/53completion.ztst3
1 files changed, 2 insertions, 1 deletions
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'