On Thu, Dec 20, 2018 at 2:48 PM Martijn Dekker <martijn@xxxxxxxx> wrote:
Robert Elz wrote:
[...] my guess is
that the ${ with a \newline between the $ and { is not working as it should.
Confirmed. A bit more experimenting shows that it breaks between '$' and
'{' and nowhere else. Very unlikely for line continuation to be used
there in real-life scripts, but still a bug.
Not going to argue with that one. I suspect it's because the parser
is treating "{" as beginning a brace expansion (e.g., {a,b,c}) at that
point and so encodes it differently.