1# $FreeBSD: head/bin/sh/tests/expansion/plus-minus9.0 333927 2018-05-20 17:25:52Z jilles $
2
3a=1
4b=${a+
5}
6n='
7'
8[ "$b" = "$n" ]
9