Skip to content

Commit b741cc5

Browse files
Fix string
1 parent c9a48d1 commit b741cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/markdown/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ fn test_header() {
144144
);
145145
t(
146146
"## Foo-bar_baz qux",
147-
"<h2 id=\"foo-bar_baz-qux\" class=\"section-header\">
147+
"<h2 id=\"foo-bar_baz-qux\" class=\"section-header\">\
148148
<a href=\"#foo-bar_baz-qux\">Foo-bar_baz qux</a></h2>",
149149
);
150150
t(

0 commit comments

Comments
 (0)