hush: fix handling of raw ^C in scripts: "echo ^C"
[oweals/busybox.git] / shell / hush_test / hush-heredoc / heredoc_empty2.tests
1 unset a
2
3 # Heredoc with empty delimiter
4 cat <<- ""
5         OK1
6
7 echo Ok:$?
8
9 # Heredoc with empty delimiter
10 cat <<- ""
11         OK2
12         
13
14 echo Ok:$?