aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/line-cont5.0
blob: 23a4d942db06a9e5c97f589e769172048a643c07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD: head/bin/sh/tests/parser/line-cont5.0 273276 2014-10-19 11:59:15Z jilles $

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

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