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