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