Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
9dda9270df3108bb85b29c6d382a3477aeb3344b
/
.
/
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
:
$
?