aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/multi-line-string.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/multi-line-string.expect')
-rw-r--r--t/chainlint/multi-line-string.expect28
1 files changed, 14 insertions, 14 deletions
diff --git a/t/chainlint/multi-line-string.expect b/t/chainlint/multi-line-string.expect
index 27ff95218e..9d33297525 100644
--- a/t/chainlint/multi-line-string.expect
+++ b/t/chainlint/multi-line-string.expect
@@ -1,14 +1,14 @@
-(
- x="line 1
- line 2
- line 3" &&
- y="line 1
- line2" ?!AMP?!
- foobar
-) &&
-(
- echo "xyz" "abc
- def
- ghi" &&
- barfoo
-)
+2 (
+3 x="line 1
+4 line 2
+5 line 3" &&
+6 y="line 1
+7 line2" ?!LINT: missing '&&'?!
+8 foobar
+9 ) &&
+10 (
+11 echo "xyz" "abc
+12 def
+13 ghi" &&
+14 barfoo
+15 )