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.14k stars 338 forks source link

syntax: strip escaped newlines from all non-quoted words #837

Closed mvdan closed 2 years ago

mvdan commented 2 years ago

(see commit message)

Fixes #832.

mvdan commented 2 years ago

cc @cilki

mvdan commented 2 years ago

Thanks both for the reviews! Merging.