]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/line-cont7.0
27f8aec9515c7acc83ebbb9cf3507baadf99fc41
[apple/shell_cmds.git] / sh / tests / parser / line-cont7.0
1 # $FreeBSD$
2
3 [ "$(\
4 (
5 1\
6 + 1)\
7 )" = 2 ]