Skip to content

Commit 402aa0f

Browse files
Add even more tests
1 parent ded5c5a commit 402aa0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/rustdoc/keyword.rs

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
// @has foo/index.html '//a[@href="keyword.match.html"]' 'match'
1717
// @has foo/keyword.match.html '//a[@class="keyword"]' 'match'
1818
// @has foo/keyword.match.html '//section[@id="main"]//div[@class="docblock"]//p' 'this is a test!'
19+
// @!has foo/index.html '//a/@href' 'foo/index.html'
20+
// @!has foo/foo/index.html
21+
// @!has-dir foo/foo
1922
#[doc(keyword = "match")]
2023
/// this is a test!
2124
mod foo{}

0 commit comments

Comments
 (0)