summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/heredoc3.tests (plain)
blob: 938577a8908d0b9ef1c7ad7c85fad5543555454c
1f=1
2 cat <<- EOF-f""
3 exit EOF-f
4"
5echo $f
6echo `echo Hello World`
7 moo
8 EOF-f
9EOF-f f
10EOF-f
11EOF-f
12echo Ok
13