xref: /freebsd/bin/sh/tests/parameters/positional3.0 (revision a90b9d0159070121c221b966469c3e36d912bf82)
1
2r=$(${SH} -c 'echo ${01:+yes}${010:+yes}' '' a '' '' '' '' '' '' '' '' b)
3[ "$r" = yesyes ]
4