We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e59341 commit ef3a89cCopy full SHA for ef3a89c
1 file changed
compiler/rustc_errors/src/markdown/tests/parse.rs
@@ -367,7 +367,7 @@ fn test_snake_case() {
367
368
#[test]
369
fn test_codeblock_trailing_whitespace() {
370
- let buf = "```rust\ncode\n``` \nrest";
+ let buf = "```rust\ncode\n``` \nrest";
371
let (t, r) = parse_codeblock(buf.as_bytes());
372
assert_eq!(t, MdTree::CodeBlock { txt: "code", lang: Some("rust") });
373
assert_eq!(r, b"\nrest");
0 commit comments