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
18
t/chainlint/multi-line-nested-command-substitution.expect
Normal file
18
t/chainlint/multi-line-nested-command-substitution.expect
Normal file
|
@ -0,0 +1,18 @@
|
|||
2 (
|
||||
3 foo &&
|
||||
4 x=$(
|
||||
5 echo bar |
|
||||
6 cat
|
||||
7 ) &&
|
||||
8 echo ok
|
||||
9 ) |
|
||||
10 sort &&
|
||||
11 (
|
||||
12 bar &&
|
||||
13 x=$(echo bar |
|
||||
14 cat
|
||||
15 ) &&
|
||||
16 y=$(echo baz |
|
||||
17 fip) &&
|
||||
18 echo fail
|
||||
19 )
|
Loading…
Add table
Add a link
Reference in a new issue