mvdan / sh

A shell parser, formatter, and interpreter with bash support; includes shfmt
https://pkg.go.dev/mvdan.cc/sh/v3
BSD 3-Clause "New" or "Revised" License
7.1k stars 336 forks source link

expand: fix parameters with leading/trailing spaces #890

Closed mvdan closed 2 years ago

mvdan commented 2 years ago

(see commit message)

Fixes #886.

mvdan commented 2 years ago

cc @dkegel-fastly

dkegel-fastly commented 2 years ago

works in my little test, thanks.