busybox/shell/hush_test/hush-parsing/bkslash_newline2.tests
Denys Vlasenko 1e5111b0f8 ash,hush: handle a few more bkslash-newline cases
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-04-01 03:04:55 +02:00

5 lines
51 B
Plaintext
Executable File

echo Line with one backslash:
echo '\
'
echo Ok:$?