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 e9b1283 commit 5a87482Copy full SHA for 5a87482
src/test/rustdoc/keyword.rs
@@ -4,7 +4,8 @@
4
5
// @has foo/index.html '//h2[@id="keywords"]' 'Keywords'
6
// @has foo/index.html '//a[@href="keyword.match.html"]' 'match'
7
-// @has foo/index.html '//div[@class="block items"]//a/@href' '#keywords'
+// @has foo/index.html '//div[@class="sidebar-elems"]//li/a' 'Keywords'
8
+// @has foo/index.html '//div[@class="sidebar-elems"]//li/a/@href' '#keywords'
9
// @has foo/keyword.match.html '//a[@class="keyword"]' 'match'
10
// @has foo/keyword.match.html '//span[@class="in-band"]' 'Keyword match'
11
// @has foo/keyword.match.html '//section[@id="main"]//div[@class="docblock"]//p' 'this is a test!'
0 commit comments