We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7310021 commit e205bbdCopy full SHA for e205bbd
tests/formatter.rs
@@ -193,7 +193,7 @@ fn test_format_footer_title() {
193
.footer(Level::Error.title("This __is__ a title"));
194
let expected = str![[r#"
195
error
196
- = error: This __is__ a title
+ = error: This __is__ a title
197
"#]];
198
let renderer = Renderer::plain();
199
assert_data_eq!(renderer.render(input).to_string(), expected);
@@ -279,9 +279,9 @@ fn test_only_source() {
279
.snippet(Snippet::source("").origin("file.rs"));
280
281
282
---> file.rs
283
- |
284
+ --> file.rs
+ |
285
286
287
0 commit comments