summaryrefslogtreecommitdiff
path: root/tests/snapshots/term__empty_ranges__rich_color.snap
blob: d1e9a2e256b140936c7d6caf81a52e24287ac496 (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_color(&config)
---
{fg:Green bold bright}note{bold bright}: middle{/}
  {fg:Blue}┌─{/} hello:1:7
  {fg:Blue}│{/}
{fg:Blue}1{/} {fg:Blue}│{/} Hello world!
  {fg:Blue}│{/}       {fg:Green}^ middle{/}
  {fg:Blue}│{/}

{fg:Green bold bright}note{bold bright}: end of line{/}
  {fg:Blue}┌─{/} hello:1:13
  {fg:Blue}│{/}
{fg:Blue}1{/} {fg:Blue}│{/} Hello world!
  {fg:Blue}│{/}             {fg:Green}^ end of line{/}
  {fg:Blue}│{/}

{fg:Green bold bright}note{bold bright}: end of file{/}
  {fg:Blue}┌─{/} hello:2:11
  {fg:Blue}│{/}
{fg:Blue}2{/} {fg:Blue}│{/} Bye world!
  {fg:Blue}│{/}           {fg:Green}^ end of file{/}
  {fg:Blue}│{/}