Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
99476502f926fb6e5d61126c3b672f3f6f357d5d
/
.
/
shell
/
hush_test
/
hush-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
:
$
?