1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

Minor errors in 54compmatch doc strings

This commit is contained in:
Bart Schaefer 2001-03-07 15:36:30 +00:00
parent 33ec971c33
commit fc26ec73ce
2 changed files with 6 additions and 2 deletions

View file

@ -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}