busybox/shell/ash_test/ash-psubst
Denys Vlasenko 9ee5892798 ash: expand: Fix trailing newlines processing in backquote expanding
Upstream commit:

    Date: Mon, 29 Apr 2019 19:13:37 +0500
    expand: Fix trailing newlines processing in backquote expanding

    According to POSIX.1-2008 we should remove newlines only at the end of
    the substitution. Newlines-only substitions causes dash to remove
    newlines before beggining of the substitution. The following code:

        cat <<END
        1
        $(echo "")
        2
        END

    prints "1<newline>2" instead of expected "1<newline><newline>2".

    This patch fixes trailing newlines processing in backquote expanding.

    Signed-off-by: Nikolai Merinov <n.merinov@inango-systems.com>
    Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2020-02-17 10:24:32 +01:00
..
emptytick.right
emptytick.tests
tick_huge.right
tick_huge.tests
tick_in_heredoc.right ash: expand: Fix trailing newlines processing in backquote expanding 2020-02-17 10:24:32 +01:00
tick_in_heredoc.tests ash: expand: Fix trailing newlines processing in backquote expanding 2020-02-17 10:24:32 +01:00
tick.right
tick.tests
tick2.right
tick2.tests
tick3.right
tick3.tests
tick4.right
tick4.tests