Sign in
coral
/
busybox
/
0356607264b8e1476d98a81667488ba1d6295d23
/
.
/
shell
/
ash_test
/
ash-heredoc
/
heredoc_empty2.tests
blob: 20fc35fe92e586da564c6447294b46f597bbb3e5 [
file
] [
log
] [
blame
]
unset a
# Heredoc with empty delimiter
cat
<<-
""
OK1
echo
Ok
:
$
?
# Heredoc with empty delimiter
cat
<<-
""
OK2
echo
Ok
:
$
?