1(2x="line 13line 24line 3" &&5# LINT: missing "&&" on assignment6y='line 17line2'8foobar9) &&10(11# LINT: apostrophe (in a contraction) within string not misinterpreted as12# LINT: starting multi-line single-quoted string13echo "there's nothing to see here" &&14exit15)