summary refs log tree commit diff
path: root/bin/cash/tests/errors/bad-parm-exp1.0
blob: b10b13c5a53ee9c68bf55b6eb8ed750c1247862e (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: releng/12.0/bin/sh/tests/errors/bad-parm-exp1.0 164004 2006-11-05 18:41:23Z stefanf $
false && {
	${}
	${foo/}
	${foo@bar}
}
: