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

syntax: do not require peeking two bytes after `echo *` #895

Closed mvdan closed 2 years ago

mvdan commented 2 years ago

(see commit message)

Fixes #835.

mvdan commented 2 years ago

cc @theclapp @prologic

mvdan commented 2 years ago

Thanks for the quick reviews!