Re: New word splitting semantics for kvpair compound assignment
Zachary Santer <[email protected]>
| Newsgroups | gmane.comp.shells.bash.bugs |
|---|---|
| Message-ID | <CABkLJU+-2apb4udAOPNEJ64zzxWcZZMnVAN-sHY0irV_M_Y5RA@mail.gmail.com> |
On Mon, Aug 24, 2026 at 2:13 PM Chet Ramey <[email protected]> wrote: > > Go for it. New generator. With no arguments, it tests ``` declare -A assoc assoc=( whatever ) ``` With arguments, it tests ``` ${1} -A assoc=( whatever ) ``` Also adds whitespace to the literals. All the declaration commands look fine.