diff options
Diffstat (limited to 't/chainlint/block.expect')
| -rw-r--r-- | t/chainlint/block.expect | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/t/chainlint/block.expect b/t/chainlint/block.expect index a3bcea492a..3d3f854c0d 100644 --- a/t/chainlint/block.expect +++ b/t/chainlint/block.expect @@ -1,23 +1,23 @@ -( - foo && - { - echo a ?!AMP?! - echo b - } && - bar && - { - echo c - } ?!AMP?! - baz -) && - -{ - echo a ; ?!AMP?! echo b -} && -{ echo a ; ?!AMP?! echo b ; } && - -{ - echo "${var}9" && - echo "done" -} && -finis +2 ( +3 foo && +4 { +5 echo a ?!LINT: missing '&&'?! +6 echo b +7 } && +8 bar && +9 { +10 echo c +11 } ?!LINT: missing '&&'?! +12 baz +13 ) && +14 +15 { +16 echo a; ?!LINT: missing '&&'?! echo b +17 } && +18 { echo a; ?!LINT: missing '&&'?! echo b; } && +19 +20 { +21 echo "${var}9" && +22 echo "done" +23 } && +24 finis |
