Merge branch 'ps/reftable-multi-level-indices-fix'
[git.git] / t / chainlint / here-doc-indent-operator.test
blobc8a6f18eb4540f19f39dffea71fa650ab6f0c6e2
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
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
13 cleanup