]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/nested-subshell-comment.test
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / chainlint / nested-subshell-comment.test
CommitLineData
bb4efbc5
ES
1(
2 foo &&
3 (
4 bar &&
5# LINT: ")" in comment in nested subshell not misinterpreted as closing ")"
6 # bottles wobble while fiddles gobble
7 # minor numbers of cows (or do they?)
8 baz &&
9 snaff
5459bc1b 10# LINT: missing "&&" on ")"
bb4efbc5
ES
11 )
12 fuzzy
13)