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 c9a48d1 commit b741cc5Copy full SHA for b741cc5
src/librustdoc/html/markdown/tests.rs
@@ -144,7 +144,7 @@ fn test_header() {
144
);
145
t(
146
"## Foo-bar_baz qux",
147
- "<h2 id=\"foo-bar_baz-qux\" class=\"section-header\">
+ "<h2 id=\"foo-bar_baz-qux\" class=\"section-header\">\
148
<a href=\"#foo-bar_baz-qux\">Foo-bar_baz qux</a></h2>",
149
150
0 commit comments