]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/parser/line-cont5.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / line-cont5.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/parser/line-cont5.0 273276 2014-10-19 11:59:15Z jilles $
71aad674
A
2
3bad=1
4case x in
5x\
6) ;\
7; *) exit 7
8esac &\
9& bad= &\
10& : >\
11>/dev/null
12
13false |\
14| [ -z "$bad" ]