busybox/shell/ash_test/ash-quoting
Ron Yorston 84ba50c32f ash: bash-compatible $'...' shouldn't expand in double quotes
Bash doesn't expand its $'...' construct in double quotes:

   $ echo "$'a\tb'"
   $'a\tb'

Change BusyBox ash to do the same.  This also fixes a problem with
here documents where BusyBox ash gave an incorrect result for:

   $ cat <<EOF
   > '$'
   > EOF
   '$'

Reported-by: Timo Teras <timo.teras@iki.fi>
Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-04-15 22:16:46 +02:00
..
dollar_repl_slash_bash1.right ash: fix obscure case of replacing + globbing + backslashes 2010-06-26 22:55:44 +02:00
dollar_repl_slash_bash1.tests ash: fix obscure case of replacing + globbing + backslashes 2010-06-26 22:55:44 +02:00
dollar_squote_bash1.right ash: bash-compatible $'...' shouldn't expand in double quotes 2016-04-15 22:16:46 +02:00
dollar_squote_bash1.tests ash: bash-compatible $'...' shouldn't expand in double quotes 2016-04-15 22:16:46 +02:00