New issue 12 by lorinh: Doesn't handle multiline input
http://code.google.com/p/shelllogger/issues/detail?id=12
What steps will reproduce the problem?
1. Issue a multiline command using backslash (\) to handle multiple lines
e.g.:
$ echo foo \
bar \
baz \
What is the expected output?
Expect to see input be specified as:
echo foo \
bar \
baz
What do you see instead?
Instead, shows the input only as:
echo foo\