]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/expansion/plus-minus9.0
sh: Allow unquoted newlines in word in ${param+word} etc.
[FreeBSD/FreeBSD.git] / bin / sh / tests / expansion / plus-minus9.0
1 # $FreeBSD$
2
3 a=1
4 b=${a+
5 }
6 n='
7 '
8 [ "$b" = "$n" ]