Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f7eea8c235dea6699a21c7b26c218e6c0dc1bf95
/
.
/
shell
/
hush_test
/
hush-parsing
/
bkslash_newline1.tests
blob: 6e374c4fbaf0f77347f98a34400b13b0a27af473 [
file
] [
log
] [
blame
]
Denys Vlasenko
1e5111b
2018-04-01 03:04:55 +0200
[
diff
] [
blame
]
1
echo and1
&
\
2
&
echo and2
3
4
echo or1
|
\
5
|
echo NOT SHOWN
6
7
case
w
in
a
)
echo SKIP
;
\
8
;
w
)
echo ok
;;
esac
;