OILS / test / parse-errors / 07-unterminated-here-doc-2.sh View on Github | oilshell.org

6 lines, 6 significant
1myfunc() {
2cat << "$@"
3hi
41 2
5}
6myfunc 1 2