Add even more tests

This commit is contained in:
Guillaume Gomez 2018-06-03 00:48:17 +02:00
parent ded5c5a9ee
commit 402aa0ff15

View file

@ -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{}