diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-01-10 09:24:45 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-01-10 09:24:45 +0000 |
commit | 9af83c6c2a54f479864698762c4a3cab5aba2fa8 (patch) | |
tree | 9d1c431a69be68ac1e4bf295624bf9d6f039d09f /Test | |
parent | 4a376d7250e899851f0bbd68898f619d750459c4 (diff) | |
download | zsh-9af83c6c2a54f479864698762c4a3cab5aba2fa8.tar.gz zsh-9af83c6c2a54f479864698762c4a3cab5aba2fa8.tar.xz zsh-9af83c6c2a54f479864698762c4a3cab5aba2fa8.zip |
fix cursor positioning with partial-word match specs using `**' (13336)
Diffstat (limited to 'Test')
-rw-r--r-- | Test/54compmatch.ztst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/54compmatch.ztst b/Test/54compmatch.ztst index 0807a10c1..e96b2c9a0 100644 --- a/Test/54compmatch.ztst +++ b/Test/54compmatch.ztst @@ -414,9 +414,9 @@ 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 ->line: {tst 523}{} +>line: {tst 5}{23} >COMPADD:{} ->line: {tst 523}{} +>line: {tst 5}{23} >COMPADD:{} >NO:{5bar234} >NO:{5foo123} |