Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
fd5a0bafa2
commit
54102a2c29
4535 changed files with 1510258 additions and 0 deletions
15
t/chainlint/nested-subshell-comment.test
Normal file
15
t/chainlint/nested-subshell-comment.test
Normal file
|
@ -0,0 +1,15 @@
|
|||
test_expect_success 'nested-subshell-comment' '
|
||||
(
|
||||
foo &&
|
||||
(
|
||||
bar &&
|
||||
# LINT: ")" in comment in nested subshell not misinterpreted as closing ")"
|
||||
# bottles wobble while fiddles gobble
|
||||
# minor numbers of cows (or do they?)
|
||||
baz &&
|
||||
snaff
|
||||
# LINT: missing "&&" on ")"
|
||||
)
|
||||
fuzzy
|
||||
)
|
||||
'
|
Loading…
Add table
Add a link
Reference in a new issue