Git fork
at reftables-rust 15 lines 428 B view raw
1test_expect_success 'here-doc-indent-operator' ' 2# LINT: whitespace between operator "<<-" and tag legal 3cat >expect <<- EOF && 4header: 43475048 1 $(test_oid oid_version) $NUM_CHUNKS 0 5num_commits: $1 6chunks: oid_fanout oid_lookup commit_metadata generation_data bloom_indexes bloom_data 7EOF 8 9# LINT: not an indented here-doc; just a plain here-doc with tag named "-EOF" 10cat >expect << -EOF 11this is not indented 12-EOF 13 14cleanup 15'