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