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:
parent
33ec971c33
commit
fc26ec73ce
2 changed files with 6 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue