We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5392f44 commit 5ab5806Copy full SHA for 5ab5806
src/test/run-pass/issues/issue-16278.rs
@@ -3,8 +3,8 @@
3
4
// this file has some special \r\n endings (use xxd to see them)
5
6
-fn main() {assert_eq!(b"", b"\
+fn main() {assert_eq!(b"", b"\
7
");
8
-assert_eq!(b"\n", b"
+assert_eq!(b"\n", b"
9
10
}
0 commit comments