about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-03-07 15:36:30 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-03-07 15:36:30 +0000
commitfc26ec73ceda2b260a869a5c10de33157efbe9a7 (patch)
tree9df410cc17450bf88cc61d64bccf2235351270e7 /Test
parent33ec971c33714ff469a481d1409aa9330e043224 (diff)
downloadzsh-fc26ec73ceda2b260a869a5c10de33157efbe9a7.tar.gz
zsh-fc26ec73ceda2b260a869a5c10de33157efbe9a7.tar.xz
zsh-fc26ec73ceda2b260a869a5c10de33157efbe9a7.zip
Minor errors in 54compmatch doc strings
Diffstat (limited to 'Test')
-rw-r--r--Test/54compmatch.ztst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/54compmatch.ztst b/Test/54compmatch.ztst
index 8ffbe6dda..6d0452380 100644
--- a/Test/54compmatch.ztst
+++ b/Test/54compmatch.ztst
@@ -471,7 +471,7 @@
 
  test_code 'r:|[A-Z0-9]=** r:|=*' example6_list
  comptest $'tst H\t'
-0:Documentation example using "r:|[A-Z0-9]=* r:|=*", input 2
+0:Documentation example using "r:|[A-Z0-9]=** r:|=*", input H
 >line: {tst H}{}
 >COMPADD:{}
 >INSERT_POSITIONS:{4}
@@ -480,7 +480,7 @@
 
  test_code 'r:|[A-Z0-9]=** r:|=*' example6_list
  comptest $'tst 2\t\t'
-0:Documentation example using "r:|[A-Z0-9]=* r:|=*", input 2
+0:Documentation example using "r:|[A-Z0-9]=** r:|=*", input 2
 >line: {tst 5}{23}
 >COMPADD:{}
 >INSERT_POSITIONS:{5:7}