Add even more tests
This commit is contained in:
parent
ded5c5a9ee
commit
402aa0ff15
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@
|
|||
// @has foo/index.html '//a[@href="keyword.match.html"]' 'match'
|
||||
// @has foo/keyword.match.html '//a[@class="keyword"]' 'match'
|
||||
// @has foo/keyword.match.html '//section[@id="main"]//div[@class="docblock"]//p' 'this is a test!'
|
||||
// @!has foo/index.html '//a/@href' 'foo/index.html'
|
||||
// @!has foo/foo/index.html
|
||||
// @!has-dir foo/foo
|
||||
#[doc(keyword = "match")]
|
||||
/// this is a test!
|
||||
mod foo{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue