Skip to content

Commit 004e6f9

Browse files
committed
test: Cleanup ann_multiline2 source
1 parent ca313bf commit 004e6f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/fixtures/no-color/ann_multiline2.svg

+2-2
Loading

tests/fixtures/no-color/ann_multiline2.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title = "spacing error found"
55

66
[[message.snippets]]
77
source = """
8-
This is an exampl
9-
e of an edge case of an annotation overflowing
8+
This is an example
9+
of an edge case of an annotation overflowing
1010
to exactly one character on next line.
1111
"""
1212
line_start = 26
@@ -15,4 +15,4 @@ fold = false
1515
[[message.snippets.annotations]]
1616
label = "this should not be on separate lines"
1717
level = "Error"
18-
range = [11, 18]
18+
range = [11, 19]

0 commit comments

Comments
 (0)