add assertions on existing tests with missing doc source
This commit is contained in:
parent
c6ae96de96
commit
450c28a45e
1 changed files with 2 additions and 0 deletions
|
|
@ -4,4 +4,6 @@
|
|||
extern crate rustdoc_extern_default_method as ext;
|
||||
|
||||
// @count extern_default_method/struct.Struct.html '//*[@id="method.provided"]' 1
|
||||
// @has extern_default_method/struct.Struct.html '//div[@id="method.provided"]//a[@class="fnname"]/@href' #method.provided
|
||||
// @has extern_default_method/struct.Struct.html '//div[@id="method.provided"]//a[@class="anchor"]/@href' #method.provided
|
||||
pub use ext::Struct;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue