busybox/shell/ash_test
Denys Vlasenko 97c3b5e3ff hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}
Entering "${1a}" into interactive shell was making it exit.

function                                             old     new   delta
parse_dollar                                         824     958    +134
i_getch_and_eat_bkslash_nl                             -      44     +44
parse_expr                                           917     938     +21
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/0 up/down: 199/0)             Total: 199 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2021-06-19 15:45:45 +02:00
..
ash-alias
ash-arith
ash-getopts
ash-glob
ash-heredoc
ash-invert
ash-misc hush: fix handling of \^C and "^C" 2021-06-15 16:46:30 +02:00
ash-parsing hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN} 2021-06-19 15:45:45 +02:00
ash-psubst ash: add process substitution in bash-compatibility mode 2021-06-05 23:37:19 +02:00
ash-quoting
ash-read shell: Fix "read -d ''" behavior 2020-07-31 18:42:30 +02:00
ash-redir
ash-signals hush: output bash-compat killing signal names 2020-10-24 04:26:43 +02:00
ash-standalone
ash-vars ash: match bash behavior for ${empty_var/*/repl} 2021-01-09 08:46:54 +01:00
ash-z_slow
.gitignore
printenv.c
recho.c
run-all
zecho.c