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 0e6a941 commit 5022dd3Copy full SHA for 5022dd3
src/test/rustdoc/remove-url-from-headings.rs
@@ -3,10 +3,15 @@
3
// @has foo/fn.foo.html
4
// !@has - '//a[@href="http://a.a"]'
5
// @has - '//a[@href="#implementing-stuff-somewhere"]' 'Implementing stuff somewhere'
6
+// @has - '//a[@href="#another-one-urg"]' 'Another one urg'
7
8
/// fooo
9
///
10
/// # Implementing [stuff](http://a.a) somewhere
11
12
/// hello
13
+///
14
+/// # Another [one][two] urg
15
16
+/// [two]: http://a.a
17
pub fn foo() {}
0 commit comments