Sign in
coral
/
busybox
/
e04a38c0c91c17ce27fb11d83f6767614b7d6b59
/
.
/
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
:
$
?