diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-09-14 14:46:26 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-09-14 14:46:26 +0000 |
commit | f1495f5099073e2e4896c13e28e8d936b4979fd3 (patch) | |
tree | d793cce372b9e1c4435db4174867c8a4cb37cb0c /Test | |
parent | 3b6b4982b9a61cb84888e8eba7200637fc3b3c12 (diff) | |
download | zsh-f1495f5099073e2e4896c13e28e8d936b4979fd3.tar.gz zsh-f1495f5099073e2e4896c13e28e8d936b4979fd3.tar.xz zsh-f1495f5099073e2e4896c13e28e8d936b4979fd3.zip |
28259: Finally fix some ancient problems with here-documents
Diffstat (limited to 'Test')
-rw-r--r-- | Test/A04redirect.ztst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/A04redirect.ztst b/Test/A04redirect.ztst index f69686338..1c63b6377 100644 --- a/Test/A04redirect.ztst +++ b/Test/A04redirect.ztst @@ -134,6 +134,10 @@ > $foo$foo met celeste 'but with extra' "stuff to test quoting" >Last line + read -r line <<' HERE' + HERE +1:No input, not even newline, from empty here document. + # # exec tests: perform these in subshells so if they fail the # shell won't exit. |