positional3.0 revision 302408
1# $FreeBSD: stable/11/bin/sh/tests/parameters/positional3.0 268436 2014-07-08 22:04:44Z jilles $
2
3r=$(${SH} -c 'echo ${01:+yes}${010:+yes}' '' a '' '' '' '' '' '' '' '' b)
4[ "$r" = yesyes ]
5