Skip to content

Commit 8012322

Browse files
committed
fix: add a newline
1 parent 4730cc8 commit 8012322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3830-dedented-string-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ assert_eq!(
751751
",
752752
^^^^ // common leading whitespace (will be removed)
753753

754-
"hello\nworld"
754+
"hello\n\nworld"
755755
);
756756

757757
// We make use of whitespace escape characters

0 commit comments

Comments
 (0)