diff options
author | Denys Vlasenko | 2009-05-03 02:15:18 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-05-03 02:15:18 +0200 |
commit | e19e1935a33b117e2ee6daf9b2d79c00603333c7 (patch) | |
tree | 8154fc2bfedd1fccb7ed1c0b7b2fff2e57f36e4e /shell/hush_test/hush-parsing/escape4.tests | |
parent | b1cfc453760b3b3b81bb3217f68074a98c96084b (diff) | |
download | busybox-e19e1935a33b117e2ee6daf9b2d79c00603333c7.zip busybox-e19e1935a33b117e2ee6daf9b2d79c00603333c7.tar.gz |
hush: fix \<newline> handling
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-parsing/escape4.tests')
-rwxr-xr-x | shell/hush_test/hush-parsing/escape4.tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/hush_test/hush-parsing/escape4.tests b/shell/hush_test/hush-parsing/escape4.tests new file mode 100755 index 0000000..df8bf0a --- /dev/null +++ b/shell/hush_test/hush-parsing/escape4.tests @@ -0,0 +1,6 @@ +i\ +f tr\ +ue; th\ +en echo "O\ +k"; fi; echo "\ +End"
\ No newline at end of file |