summaryrefslogtreecommitdiff
path: root/tests/heredoc.right
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2016-04-22 11:34:34 -0400
committerChet Ramey <chet.ramey@case.edu>2016-04-22 11:34:34 -0400
commit589afb3c12a8ceac97a329faad027d760cb29617 (patch)
treead4590f8e3e72937db41af1b2b63ce24bded241e /tests/heredoc.right
parentb729dac1c85ca045fd7c521afed6d945bcf413b8 (diff)
downloadbash-589afb3c12a8ceac97a329faad027d760cb29617.tar.gz
commit bash-20160408 snapshot
Diffstat (limited to 'tests/heredoc.right')
-rw-r--r--tests/heredoc.right12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/heredoc.right b/tests/heredoc.right
index 8df91c5c..137a2956 100644
--- a/tests/heredoc.right
+++ b/tests/heredoc.right
@@ -59,13 +59,13 @@ qux
bar
qux
abc def geh
-./heredoc3.sub: line 6: warning: here-document at line 4 delimited by end-of-file (wanted `EOF')
+./heredoc3.sub: line 9: warning: here-document at line 7 delimited by end-of-file (wanted `EOF')
= here is the text =
-./heredoc3.sub: line 12: warning: here-document at line 10 delimited by end-of-file (wanted `EOF')
+./heredoc3.sub: line 15: warning: here-document at line 13 delimited by end-of-file (wanted `EOF')
this paren ) is not a problem
-./heredoc3.sub: line 18: warning: here-document at line 16 delimited by end-of-file (wanted `EOF')
+./heredoc3.sub: line 21: warning: here-document at line 19 delimited by end-of-file (wanted `EOF')
these balanced parens ( ) are not a problem
-./heredoc3.sub: line 24: warning: here-document at line 22 delimited by end-of-file (wanted `EOF')
+./heredoc3.sub: line 27: warning: here-document at line 25 delimited by end-of-file (wanted `EOF')
quoted balanced parens \( ) are not a problem either
more text in a subshell
some more text in a different subshell
@@ -82,8 +82,8 @@ end helloEND
hello
\END
end hello<NL>\END
-./heredoc3.sub: line 75: warning: here-document at line 73 delimited by end-of-file (wanted `EOF')
-./heredoc3.sub: line 76: syntax error: unexpected end of file
+./heredoc3.sub: line 78: warning: here-document at line 76 delimited by end-of-file (wanted `EOF')
+./heredoc3.sub: line 79: syntax error: unexpected end of file
comsub here-string
./heredoc.tests: line 105: warning: here-document at line 103 delimited by end-of-file (wanted `EOF')
hi