diff options
Diffstat (limited to 't/chainlint/command-substitution.expect')
-rw-r--r-- | t/chainlint/command-substitution.expect | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/chainlint/command-substitution.expect b/t/chainlint/command-substitution.expect index ad4118e537..c72e4df9e7 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 ->) +) |