t/chainlint: add chainlint "whitespace" test cases
authorEric Sunshine <sunshine@sunshineco.com>
Wed, 11 Jul 2018 06:46:36 +0000 (02:46 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jul 2018 16:15:14 +0000 (09:15 -0700)
commit7b90679...1260ece0274976a7fc39e84796ceb852
tree1fc2470...6db31330269ad91deecb859dc28d8a3bcopy hash to clipboard (tree)
parent5238710...b404cc81de511743811f92759cb7ca7bcopy hash to clipboard (diff)
12 files changed:
t/chainlint/blank-line.expect [new file with mode: 0644]
t/chainlint/blank-line.test [new file with mode: 0644]
t/chainlint/comment.expect [new file with mode: 0644]
t/chainlint/comment.test [new file with mode: 0644]
t/chainlint/here-doc.expect [new file with mode: 0644]
t/chainlint/here-doc.test [new file with mode: 0644]
t/chainlint/incomplete-line.expect [new file with mode: 0644]
t/chainlint/incomplete-line.test [new file with mode: 0644]
t/chainlint/inline-comment.expect [new file with mode: 0644]
t/chainlint/inline-comment.test [new file with mode: 0644]
t/chainlint/subshell-here-doc.expect [new file with mode: 0644]
t/chainlint/subshell-here-doc.test [new file with mode: 0644]