diff options
Diffstat (limited to 't/chainlint/command-substitution.expect')
| -rw-r--r-- | t/chainlint/command-substitution.expect | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/t/chainlint/command-substitution.expect b/t/chainlint/command-substitution.expect index c72e4df9e7..73809fd585 100644 --- a/t/chainlint/command-substitution.expect +++ b/t/chainlint/command-substitution.expect @@ -1,9 +1,9 @@ -( - foo && - bar=$(gobble) && - baz -) && -( - bar=$(gobble blocks) ?!AMP?! - baz -) +2 ( +3 foo && +4 bar=$(gobble) && +5 baz +6 ) && +7 ( +8 bar=$(gobble blocks) ?!LINT: missing '&&'?! +9 baz +10 ) |
