]> git.lizzy.rs Git - rust.git/commitdiff
Add even more tests
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Sat, 2 Jun 2018 22:48:17 +0000 (00:48 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 4 Jun 2018 07:52:31 +0000 (09:52 +0200)
src/test/rustdoc/keyword.rs

index 06ebf15d364574c5b1b03c817c921ef74cdf6a62..b255ffddafac87c6e443a2964ea1ebcd8ab095c4 100644 (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{}