xref: /src/bin/sh/tests/expansion/cmdsubst26.0 (revision 7a7741af18d6c8a804cc643cb7ecda9d730c6aa6)
1
2nl='
3'
4v=$nl`printf '\n'`
5[ "$v" = "$nl" ]
6