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.

Reply via email to