xref: /freebsd/bin/sh/tests/parser/line-cont8.0 (revision a90b9d0159070121c221b966469c3e36d912bf82)
1
2set -- a b c d e f g h i j
3[ "${1\
40\
5}" = j ]
6