Skip to content

Commit

Permalink
add assertions on existing tests with missing doc source
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 14, 2021
1 parent c6ae96d commit 450c28a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/rustdoc/extern-default-method.rs
Expand Up @@ -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;

0 comments on commit 450c28a

Please sign in to comment.