1# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst26.0 317514 2017-04-27 18:52:18Z jilles $
2
3nl='
4'
5v=$nl`printf '\n'`
6[ "$v" = "$nl" ]
7