summaryrefslogtreecommitdiffstats
path: root/third_party/rust/codespan-reporting/tests/snapshots/term__message_and_notes__rich_color.snap
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/codespan-reporting/tests/snapshots/term__message_and_notes__rich_color.snap')
-rw-r--r--third_party/rust/codespan-reporting/tests/snapshots/term__message_and_notes__rich_color.snap17
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/rust/codespan-reporting/tests/snapshots/term__message_and_notes__rich_color.snap b/third_party/rust/codespan-reporting/tests/snapshots/term__message_and_notes__rich_color.snap
new file mode 100644
index 0000000000..56900e80ef
--- /dev/null
+++ b/third_party/rust/codespan-reporting/tests/snapshots/term__message_and_notes__rich_color.snap
@@ -0,0 +1,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
+
+