summaryrefslogtreecommitdiff
path: root/tests/snapshots/term__empty_ranges__rich_no_color.snap
blob: fa2855092e3f6fdac4f651626f48f235de418484 (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
---
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 file
  ┌─ hello:2:11
  │
2 │ Bye world!
  │           ^ end of file
  │