chromium/third_party/rust/chromium_crates_io/vendor/codespan-reporting-0.11.1/tests/snapshots/term__empty_ranges__rich_no_color.snap

---
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