busybox/shell/ash_test
Denys Vlasenko 41fddb4372 parser: Fix backquote support in here-document EOF mark
Upstream commit:

    Author: Herbert Xu <herbert@gondor.apana.org.au>
    Date:   Thu Mar 15 18:27:30 2018 +0800
    parser: Fix backquote support in here-document EOF mark

    Currently using backquotes in a here-document EOF mark is broken
    because dash tries to do command substitution on it.  This patch
    fixes it by checking whether we're looking for an EOF mark during
    tokenisation.

    Reported-by: Harald van Dijk <harald@gigawatt.nl>
    Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

With added fix for quoted-ness of the EOF mark.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-04-01 16:38:32 +02:00
..
ash-alias
ash-arith shell: handle $((NUM++...) like bash does. Closes 10706 2018-01-28 20:13:33 +01:00
ash-getopts
ash-glob
ash-heredoc parser: Fix backquote support in here-document EOF mark 2018-04-01 16:38:32 +02:00
ash-invert
ash-misc hush: fix raw ^C handlisg in single-quoted strings 2018-01-13 19:14:27 +01:00
ash-parsing ash,hush: handle a few more bkslash-newline cases 2018-04-01 03:04:55 +02:00
ash-psubst ash: add LINENO support 2018-01-27 22:02:05 +01:00
ash-quoting ash,hush: new test dollar_repl_slash_bash2.tests 2018-03-30 23:25:24 +02:00
ash-read
ash-redir ash,hush: fix "saved" redirected fds still visible in children 2018-03-28 18:35:07 +02:00
ash-signals
ash-standalone
ash-vars shells: fix var_LINENO1.tests false positive, add it to ash tests too 2018-03-31 20:31:13 +02:00
.gitignore
printenv.c
recho.c
run-all
zecho.c