]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/line-cont8.0
shell_cmds-198.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / line-cont8.0
1 # $FreeBSD$
2
3 set -- a b c d e f g h i j
4 [ "${1\
5 0\
6 }" = j ]