summaryrefslogtreecommitdiff
path: root/t/chainlint/multi-line-nested-command-substitution.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/multi-line-nested-command-substitution.expect')
-rw-r--r--t/chainlint/multi-line-nested-command-substitution.expect10
1 files changed, 5 insertions, 5 deletions
diff --git a/t/chainlint/multi-line-nested-command-substitution.expect b/t/chainlint/multi-line-nested-command-substitution.expect
index 59b6c8b..3000583 100644
--- a/t/chainlint/multi-line-nested-command-substitution.expect
+++ b/t/chainlint/multi-line-nested-command-substitution.expect
@@ -3,16 +3,16 @@
x=$(
echo bar |
cat
->> ) &&
+ ) &&
echo ok
->) |
+) |
sort &&
(
bar &&
x=$(echo bar |
cat
->> ) &&
+ ) &&
y=$(echo baz |
->> fip) &&
+ fip) &&
echo fail
->)
+)