diff options
| author | Oliver Kiddle <opk@zsh.org> | 2021-10-30 23:21:35 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2021-10-30 23:21:35 +0200 |
| commit | 0b6e73d47736228a53e941d703ed902c4b915b3a (patch) | |
| tree | 271aa59018909884240bc6613b76506698c0fd7c | |
| parent | 49529: Add rogue and descriptions to _rcctl ls (diff) | |
| download | zsh-0b6e73d47736228a53e941d703ed902c4b915b3a.tar zsh-0b6e73d47736228a53e941d703ed902c4b915b3a.tar.gz zsh-0b6e73d47736228a53e941d703ed902c4b915b3a.tar.bz2 zsh-0b6e73d47736228a53e941d703ed902c4b915b3a.tar.lz zsh-0b6e73d47736228a53e941d703ed902c4b915b3a.tar.xz zsh-0b6e73d47736228a53e941d703ed902c4b915b3a.tar.zst zsh-0b6e73d47736228a53e941d703ed902c4b915b3a.zip | |
unposted (c.f. Bart: 49531): fix completion test where a typo marked it as expected to fail
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Test/Y02compmatch.ztst | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2021-10-30 Oliver Kiddle <opk@zsh.org> + + * unposted (c.f. Bart: 49531): Test/Y02compmatch.ztst: fix test + 2021-10-27 Matthew Martin <phy1729@gmail.com> * 49529: Completion/BSD/Command/_rcctl: Add rogue and diff --git a/Test/Y02compmatch.ztst b/Test/Y02compmatch.ztst index 4a0a1a060..f28913867 100644 --- a/Test/Y02compmatch.ztst +++ b/Test/Y02compmatch.ztst @@ -397,7 +397,7 @@ test_code $example4_matcher example4_list comptest $'tst .g.\ta\t.\tp\ta\tg\t' -0f:r:|.=* should complete .g. +0:r:|.=* should complete .g. >line: {tst comp.graphics.}{} >COMPADD:{} >INSERT_POSITIONS:{18} |
