data/method/busybox/busybox-1.36.0/shell/ash_test/ash-parsing/bkslash_newline3.tests

5 lines
38 B
Plaintext
Executable File

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