]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/here-doc-indent-operator.test
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / chainlint / here-doc-indent-operator.test
1 # LINT: whitespace between operator "<<-" and tag legal
2 cat >expect <<- EOF &&
3 header: 43475048 1 $(test_oid oid_version) $NUM_CHUNKS 0
4 num_commits: $1
5 chunks: oid_fanout oid_lookup commit_metadata generation_data bloom_indexes bloom_data
6 EOF
7
8 # LINT: not an indented here-doc; just a plain here-doc with tag named "-EOF"
9 cat >expect << -EOF
10 this is not indented
11 -EOF
12
13 cleanup