summaryrefslogtreecommitdiff
path: root/t/chainlint/incomplete-line.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/incomplete-line.expect')
-rw-r--r--t/chainlint/incomplete-line.expect12
1 files changed, 9 insertions, 3 deletions
diff --git a/t/chainlint/incomplete-line.expect b/t/chainlint/incomplete-line.expect
index 2f3ebab..134d3a1 100644
--- a/t/chainlint/incomplete-line.expect
+++ b/t/chainlint/incomplete-line.expect
@@ -1,4 +1,10 @@
-line 1 line 2 line 3 line 4 &&
+line 1 \
+line 2 \
+line 3 \
+line 4 &&
(
- line 5 line 6 line 7 line 8
->)
+ line 5 \
+ line 6 \
+ line 7 \
+ line 8
+)