t/chainlint: add chainlint "nested subshell" test cases
authorEric Sunshine <sunshine@sunshineco.com>
Wed, 11 Jul 2018 06:46:38 +0000 (02:46 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jul 2018 16:15:14 +0000 (09:15 -0700)
commitbb4efbc...df9d0c96392dd14fc3ab6164949a2f52
tree69c3ad3...bae5caf394393c27a809813892951e82copy hash to clipboard (tree)
parent90a8803...3a5fd7cff9842d553786949c7cafb48bcopy hash to clipboard (diff)
12 files changed:
t/chainlint/block.expect [new file with mode: 0644]
t/chainlint/block.test [new file with mode: 0644]
t/chainlint/multi-line-nested-command-substitution.expect [new file with mode: 0644]
t/chainlint/multi-line-nested-command-substitution.test [new file with mode: 0644]
t/chainlint/nested-cuddled-subshell.expect [new file with mode: 0644]
t/chainlint/nested-cuddled-subshell.test [new file with mode: 0644]
t/chainlint/nested-here-doc.expect [new file with mode: 0644]
t/chainlint/nested-here-doc.test [new file with mode: 0644]
t/chainlint/nested-subshell-comment.expect [new file with mode: 0644]
t/chainlint/nested-subshell-comment.test [new file with mode: 0644]
t/chainlint/nested-subshell.expect [new file with mode: 0644]
t/chainlint/nested-subshell.test [new file with mode: 0644]