diff options
Diffstat (limited to '')
-rw-r--r-- | tests/comsub-eof0.sub | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/comsub-eof0.sub b/tests/comsub-eof0.sub new file mode 100644 index 0000000..7490faa --- /dev/null +++ b/tests/comsub-eof0.sub @@ -0,0 +1,6 @@ +# it's only the space before the paren that makes this an error +# when I fix it, it will show up here +foo=$(cat <<EOF +hi +EOF ) +echo $foo |