1(
2x="line 1 line 2 line 3" &&
3?!AMP?! y='line 1 line2'
4foobar
5>) &&
6(
7echo "there's nothing to see here" &&
8exit
9>) &&
10(
11echo "xyz" "abc def ghi" &&
12echo 'xyz' 'abc def ghi' &&
13echo 'xyz' "abc def ghi" &&
14barfoo
15>)