aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/parser/line-cont5.0
blob: d8b5f08d7bbbf751558d71d0337246cd60a4307e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13

bad=1
case x in
x\
) ;\
; *) exit 7
esac &\
& bad= &\
& : >\
>/dev/null

false |\
| [ -z "$bad" ]