c4c2012284
Upstream commit: From: Herbert Xu <herbert@gondor.apana.org.au> Date: Fri, 9 Mar 2018 23:07:53 +0800 parser: Fix single-quoted patterns in here-documents The script x=* cat <<- EOF ${x#'*'} EOF prints * instead of nothing as it should. The problem is that when we're in sqsyntax context in a here-document, we won't add CTLESC as we should. This patch fixes it: Reported-by: Harald van Dijk <harald@gigawatt.nl> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |
||
---|---|---|
.. | ||
heredoc1.right | ||
heredoc1.tests | ||
heredoc2.right | ||
heredoc2.tests | ||
heredoc3.right | ||
heredoc3.tests | ||
heredoc4.right | ||
heredoc4.tests | ||
heredoc5.right | ||
heredoc5.tests | ||
heredoc6.right | ||
heredoc6.tests | ||
heredoc7.right | ||
heredoc7.tests | ||
heredoc8.right | ||
heredoc8.tests | ||
heredoc9.right | ||
heredoc9.tests | ||
heredoc_backquote1.right | ||
heredoc_backquote1.tests | ||
heredoc_backslash1.right | ||
heredoc_backslash1.tests | ||
heredoc_bkslash_newline1.right | ||
heredoc_bkslash_newline1.tests | ||
heredoc_empty2.right | ||
heredoc_empty2.tests | ||
heredoc_empty.right | ||
heredoc_empty.tests | ||
heredoc_huge.right | ||
heredoc_huge.tests | ||
heredoc_var_expand1.right | ||
heredoc_var_expand1.tests | ||
heredoc.right | ||
heredoc.tests |