Skip to content

Commit 450c28a

Browse files
committedJul 14, 2021
add assertions on existing tests with missing doc source
1 parent c6ae96d commit 450c28a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/test/rustdoc/extern-default-method.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
extern crate rustdoc_extern_default_method as ext;
55

66
// @count extern_default_method/struct.Struct.html '//*[@id="method.provided"]' 1
7+
// @has extern_default_method/struct.Struct.html '//div[@id="method.provided"]//a[@class="fnname"]/@href' #method.provided
8+
// @has extern_default_method/struct.Struct.html '//div[@id="method.provided"]//a[@class="anchor"]/@href' #method.provided
79
pub use ext::Struct;

0 commit comments

Comments
 (0)
Please sign in to comment.