diff options
Diffstat (limited to 't/chainlint/command-substitution.expect')
| -rw-r--r-- | t/chainlint/command-substitution.expect | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/chainlint/command-substitution.expect b/t/chainlint/command-substitution.expect index f276067b7b..c72e4df9e7 100644 --- a/t/chainlint/command-substitution.expect +++ b/t/chainlint/command-substitution.expect @@ -2,8 +2,8 @@ foo && bar=$(gobble) && baz ->) && +) && ( bar=$(gobble blocks) ?!AMP?! baz ->) +) |
