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