Issue 12 in shelllogger: Doesn't handle multiline input

0 views
Skip to first unread message

shell...@googlecode.com

unread,
May 10, 2011, 10:59:36 AM5/10/11
to shelllogg...@googlegroups.com
Status: Accepted
Owner: lorinh
Labels: Type-Defect Priority-Medium

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\

Reply all
Reply to author
Forward
0 new messages