busybox/shell/ash_test
Ron Yorston ab80e01cd9 ash: allow newline after variable name in for loop
Newline is a valid delimiter between the variable name and `in`
keyword in for loops.

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

function                                             old     new   delta
parse_command                                       1568    1563      -5
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-5)               Total: -5 bytes

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2015-10-29 19:30:55 +01:00
..
ash-alias
ash-arith
ash-glob ash,hush: add a test which fails for ash since commit 549deab 2015-09-04 03:33:02 +02:00
ash-heredoc ash: add test for issue with here document 2015-10-29 19:12:03 +01:00
ash-invert
ash-misc ash: allow newline after variable name in for loop 2015-10-29 19:30:55 +01:00
ash-quoting
ash-read
ash-redir
ash-signals
ash-standalone
ash-vars testsuite: add some tests for ash 2015-05-18 10:13:21 +02:00
printenv.c
recho.c
run-all
zecho.c