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,12 +1,13 @@
|
||||
// ignore-tidy-linelength
|
||||
|
||||
pub mod internal {
|
||||
// @has 'raw_ident_eliminate_r_hashtag/internal/struct.mod.html'
|
||||
pub struct r#mod;
|
||||
|
||||
/// See [name], [other name]
|
||||
///
|
||||
/// [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"]' 'other name'
|
||||
pub struct B;
|
||||
|
Loading…
Reference in New Issue
Block a user