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