Skip to content

Commit 5a87482

Browse files
Update rustdoc test
1 parent e9b1283 commit 5a87482

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/rustdoc/keyword.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
// @has foo/index.html '//h2[@id="keywords"]' 'Keywords'
66
// @has foo/index.html '//a[@href="keyword.match.html"]' 'match'
7-
// @has foo/index.html '//div[@class="block items"]//a/@href' '#keywords'
7+
// @has foo/index.html '//div[@class="sidebar-elems"]//li/a' 'Keywords'
8+
// @has foo/index.html '//div[@class="sidebar-elems"]//li/a/@href' '#keywords'
89
// @has foo/keyword.match.html '//a[@class="keyword"]' 'match'
910
// @has foo/keyword.match.html '//span[@class="in-band"]' 'Keyword match'
1011
// @has foo/keyword.match.html '//section[@id="main"]//div[@class="docblock"]//p' 'this is a test!'

0 commit comments

Comments
 (0)