Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
41fddb43729373740bfba82da83373ec5ba49fc8
/
.
/
shell
/
ash_test
/
ash-heredoc
/
heredoc_backquote1.tests
blob: ec3d8fe1d166a14b0ac07c84a306151da7fab420 [
file
] [
log
] [
blame
]
Denys Vlasenko
41fddb4
2018-04-01 16:38:32 +0200
[
diff
] [
blame^
]
1
cat
<<
EO
`true`
F
2
heredoc1
3
EO
`true`
F
4
echo
Ok1
:
$
?
5
6
cat
<<
EO
`true`
F
7
heredoc2
8
EO
`false`
F
9
EO
`true`
F
10
echo
Ok2
:
$
?