busybox/shell/hush_test/hush-parsing/bkslash_newline3.tests
Denys Vlasenko f693b606b7 hush: fix recent breakage from parse_stream() changes
function                                             old     new   delta
parse_stream                                        3808    3821     +13

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-04-11 20:00:43 +02:00

5 lines
38 B
Plaintext
Executable File

for s in \
a; do
echo "a:[$s]"
done