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