OILS
/
test
/
parse-errors
/ 07-unterminated-here-doc-2.sh
View on Github
|
oilshell.org
6 lines, 6 significant
1
myfunc() {
2
cat <<
"
$@
"
3
hi
4
1 2
5
}
6
myfunc 1 2