]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/line-cont7.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / line-cont7.0
1 # $FreeBSD: head/bin/sh/tests/parser/line-cont7.0 273276 2014-10-19 11:59:15Z jilles $
2
3 [ "$(\
4 (
5 1\
6 + 1)\
7 )" = 2 ]