summaryrefslogtreecommitdiff
path: root/tests/heredoc.right
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>1997-06-05 14:59:13 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:50 +0000
commitd166f048818e10cf3799aa24a174fb22835f1acc (patch)
tree1ca27f9243900f8b236d0cde6a3862002aea9e19 /tests/heredoc.right
parentccc6cda312fea9f0468ee65b8f368e9653e1380b (diff)
downloadbash-d166f048818e10cf3799aa24a174fb22835f1acc.tar.gz
Imported from ../bash-2.01.tar.gz.
Diffstat (limited to 'tests/heredoc.right')
-rw-r--r--tests/heredoc.right31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/heredoc.right b/tests/heredoc.right
index bf02e2b0..d71781e8 100644
--- a/tests/heredoc.right
+++ b/tests/heredoc.right
@@ -1,4 +1,7 @@
there
+one - alpha
+two - beta
+three - gamma
hi\
there$a
stuff
@@ -8,5 +11,33 @@ EO\
F
hi
hi
+tab 1
+tab 2
+tab 3
+abc
+def ghi
+jkl mno
+fff is a function
+fff ()
+{
+ ed /tmp/foo >/dev/null <<ENDOFINPUT
+/^name/d
+w
+q
+ENDOFINPUT
+
+ aa=1
+}
+fff is a function
+fff ()
+{
+ ed /tmp/foo >/dev/null <<ENDOFINPUT
+/^name/d
+w
+q
+ENDOFINPUT
+
+ aa=1
+}
hi
there