t/chainlint: add chainlint "loop" and "conditional" test cases
authorEric Sunshine <sunshine@sunshineco.com>
Wed, 11 Jul 2018 06:46:39 +0000 (02:46 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jul 2018 16:15:14 +0000 (09:15 -0700)
commitebcbbe0...0f5805bacafaf971fe9c0c0519b18f61
tree31dccce...6ca77c2cf69c03a28f26e976080ce754copy hash to clipboard (tree)
parentbb4efbc...df9d0c96392dd14fc3ab6164949a2f52copy hash to clipboard (diff)
t/chainlint/case.expect [new file with mode: 0644]
t/chainlint/case.test [new file with mode: 0644]
t/chainlint/exit-loop.expect [new file with mode: 0644]
t/chainlint/exit-loop.test [new file with mode: 0644]
t/chainlint/for-loop.expect [new file with mode: 0644]
t/chainlint/for-loop.test [new file with mode: 0644]
t/chainlint/if-then-else.expect [new file with mode: 0644]
t/chainlint/if-then-else.test [new file with mode: 0644]
t/chainlint/while-loop.expect [new file with mode: 0644]
t/chainlint/while-loop.test [new file with mode: 0644]