busybox/shell/ash_test
Ron Yorston eb6b48ba74 ash: perform tilde expansion in all parameter expansion words
Previously tilde expansion was not carried out for =?#% expansion words.

Test case:
   a=~root:~root
   echo ${a#~root}
Old result:
   /root:/root
New result:
   :/root

Based on commit dd721f71 from git://git.kernel.org/pub/scm/utils/dash/dash.git
by Herbert Xu

function                                             old     new   delta
subevalvar                                          1152    1153      +1

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2015-05-18 09:51:35 +02:00
..
ash-alias
ash-arith
ash-heredoc ash: fix handling of duplicate "local" 2015-04-18 19:36:38 +02:00
ash-invert
ash-misc ash: make "locak VAR" unset VAR (bash does that) 2014-03-16 18:41:11 +01:00
ash-quoting
ash-read
ash-redir
ash-signals
ash-standalone
ash-vars ash: perform tilde expansion in all parameter expansion words 2015-05-18 09:51:35 +02:00
printenv.c
recho.c
run-all
zecho.c