]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/keyword.rs
Suggest defining type parameter when appropriate
[rust.git] / src / test / rustdoc / keyword.rs
index c721c024468ddf2b75e8ee6b608b9217eba9ecad..db5d115c6da749399713e51efea3267176dffe71 100644 (file)
@@ -4,6 +4,7 @@
 
 // @has foo/index.html '//h2[@id="keywords"]' 'Keywords'
 // @has foo/index.html '//a[@href="keyword.match.html"]' 'match'
+// @has foo/index.html '//div[@class="block items"]//a/@href' '#keywords'
 // @has foo/keyword.match.html '//a[@class="keyword"]' 'match'
 // @has foo/keyword.match.html '//span[@class="in-band"]' 'Keyword match'
 // @has foo/keyword.match.html '//section[@id="main"]//div[@class="docblock"]//p' 'this is a test!'