aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/no-color/multiline_annotation3.toml
blob: 21bbcd857d9f4174456677ed06e6448e1255f31a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[slices]]
source = """
This is an exampl
e of an edge case of an annotation overflowing
to exactly one character on next line.
"""
line_start = 26
origin = "foo.txt"
fold = false
[[slices.annotations]]
label = "this should not be on separate lines"
annotation_type = "Error"
range = [11, 18]

[title]
label = "spacing error found"
id = "E####"
annotation_type = "Error"