hush: fix remaining known two bugs with IFS expansion. Closes 4027.
[oweals/busybox.git] / shell / hush_test / hush-misc / heredoc3.tests
1 f=1
2   cat <<- EOF-f""
3                 exit EOF-f
4 "
5 echo $f
6 echo `echo Hello World`
7                 moo      
8  EOF-f
9 EOF-f   f
10 EOF-f 
11 EOF-f
12 echo Ok