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