Use intradoc-links for the whole test, add a @has check
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
9c7069645c
commit
ecfeac58aa
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
||||||
// ignore-tidy-linelength
|
// ignore-tidy-linelength
|
||||||
|
|
||||||
pub mod internal {
|
pub mod internal {
|
||||||
|
// @has 'raw_ident_eliminate_r_hashtag/internal/struct.mod.html'
|
||||||
pub struct r#mod;
|
pub struct r#mod;
|
||||||
|
|
||||||
/// See [name], [other name]
|
/// See [name], [other name]
|
||||||
///
|
///
|
||||||
/// [name]: mod
|
/// [name]: mod
|
||||||
/// [other name]: ../internal/struct.mod.html
|
/// [other name]: crate::internal::mod
|
||||||
// @has 'raw_ident_eliminate_r_hashtag/internal/struct.B.html' '//a[@href="../raw_ident_eliminate_r_hashtag/internal/struct.mod.html"]' 'name'
|
// @has 'raw_ident_eliminate_r_hashtag/internal/struct.B.html' '//a[@href="../raw_ident_eliminate_r_hashtag/internal/struct.mod.html"]' 'name'
|
||||||
// @has 'raw_ident_eliminate_r_hashtag/internal/struct.B.html' '//a[@href="../raw_ident_eliminate_r_hashtag/internal/struct.mod.html"]' 'other name'
|
// @has 'raw_ident_eliminate_r_hashtag/internal/struct.B.html' '//a[@href="../raw_ident_eliminate_r_hashtag/internal/struct.mod.html"]' 'other name'
|
||||||
pub struct B;
|
pub struct B;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue