summaryrefslogtreecommitdiffstats
path: root/third_party/rust/codespan-reporting/tests/snapshots/term__message_and_notes__rich_color.snap
blob: 56900e80efbc399f3ec38b0b9fc10a4aff3880ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: codespan-reporting/tests/term.rs
expression: TEST_DATA.emit_color(&config)
---
{fg:Red bold bright}error{bold bright}: a message{/}
 {fg:Blue}={/} a note

{fg:Yellow bold bright}warning{bold bright}: a message{/}
 {fg:Blue}={/} a note

{fg:Green bold bright}note{bold bright}: a message{/}
 {fg:Blue}={/} a note

{fg:Cyan bold bright}help{bold bright}: a message{/}
 {fg:Blue}={/} a note