Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[bug] duplication when using the w/W modifiers with the u/l ones at least
- X-seq: zsh-workers 50991
- From: Stephane Chazelas <stephane@xxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: [bug] duplication when using the w/W modifiers with the u/l ones at least
- Date: Fri, 18 Nov 2022 12:29:22 +0000
- Archived-at: <https://zsh.org/workers/50991>
- List-id: <zsh-workers.zsh.org>
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxx>
$ a=FOOBAR
$ echo $a:W[B]l
foobarBar
Expected "fooBar"
~$ a='aa bb cc'
~$ echo $a:wu
AA BB CC BB CC CC
Expected "AA BB CC"
OK with the "a" and "s" modifiers at least.
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author