aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-parsing/escape4.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-05-03 02:15:18 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-05-03 02:15:18 +0200
commite19e1935a33b117e2ee6daf9b2d79c00603333c7 (patch)
tree8154fc2bfedd1fccb7ed1c0b7b2fff2e57f36e4e /shell/hush_test/hush-parsing/escape4.tests
parentb1cfc453760b3b3b81bb3217f68074a98c96084b (diff)
downloadbusybox-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-xshell/hush_test/hush-parsing/escape4.tests6
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 000000000..df8bf0af7
--- /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