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