xref: /freebsd/bin/sh/tests/expansion/trim11.0 (revision 069ac184)
1
2a='z
3'
4b="${a%
5}"
6[ "$b" = z ]
7