Imported from ../bash-4.0.tar.gz.
This commit is contained in:
parent
3185942a52
commit
17345e5ad2
134 changed files with 74214 additions and 4584 deletions
16
tests/heredoc1.sub
Normal file
16
tests/heredoc1.sub
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
foo()
|
||||
{
|
||||
echo
|
||||
cat <<END
|
||||
bar
|
||||
END
|
||||
cat <<EOF
|
||||
qux
|
||||
EOF
|
||||
}
|
||||
|
||||
type foo
|
||||
foo
|
||||
|
||||
eval "$(type foo | sed 1d)"
|
||||
foo
|
||||
Loading…
Add table
Add a link
Reference in a new issue