for_each_*_object: store flag definitions in a single location
[git.git] / t / chainlint / multi-line-string.test
blob14cb44d51cbdaebc7ab16fa39d921b391e96ec5c
2         x="line 1
3                 line 2
4                 line 3" &&
5 # LINT: missing "&&" on assignment
6         y='line 1
7                 line2'
8         foobar
9 ) &&
11 # LINT: apostrophe (in a contraction) within string not misinterpreted as
12 # LINT: starting multi-line single-quoted string
13         echo "there's nothing to see here" &&
14         exit