busybox/shell/ash_test/ash-heredoc/heredoc3.right
Denys Vlasenko bb963bda62 shell: syncronize ash and hush heredoc3.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-07-06 18:19:35 +02:00

10 lines
78 B
Plaintext

exit EOF-f
"
echo $f
echo `echo Hello World`
moo
EOF-f
EOF-f f
EOF-f
Ok