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

15 lines
81 B
Plaintext
Executable File

set -- 1 22 333
echo 1:$\
1
echo 22:$\
{\
2\
}
echo 3:$\
{\
#\
3\
}
echo Ok:$\
?