summaryrefslogtreecommitdiffstats
path: root/third_party/rust/codespan-reporting/tests/snapshots/term__empty_ranges__rich_no_color.snap
blob: 862605cec0d47116192453522b4fb34c8acc39af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
source: codespan-reporting/tests/term.rs
expression: TEST_DATA.emit_no_color(&config)
---
note: middle
  ┌─ hello:1:7
  │
1 │ Hello world!
  │       ^ middle

note: end of line
  ┌─ hello:1:13
  │
1 │ Hello world!
  │             ^ end of line

note: end of line
  ┌─ hello:2:11
  │
2 │ Bye world!
  │           ^ end of line

note: end of file
  ┌─ hello:3:4
  │
3 │    
  │    ^ end of file