summaryrefslogtreecommitdiff
path: root/t/chainlint/command-substitution.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/command-substitution.expect')
-rw-r--r--t/chainlint/command-substitution.expect6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/chainlint/command-substitution.expect b/t/chainlint/command-substitution.expect
index ad4118e..c72e4df 100644
--- a/t/chainlint/command-substitution.expect
+++ b/t/chainlint/command-substitution.expect
@@ -2,8 +2,8 @@
foo &&
bar=$(gobble) &&
baz
->) &&
+) &&
(
-?!AMP?! bar=$(gobble blocks)
+ bar=$(gobble blocks) ?!AMP?!
baz
->)
+)