Fix wrong XPath
This commit is contained in:
parent
ecfeac58aa
commit
309d863e37
1 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
||||||
// ignore-tidy-linelength
|
// ignore-tidy-linelength
|
||||||
|
|
||||||
|
#![crate_type="lib"]
|
||||||
|
|
||||||
pub mod internal {
|
pub mod internal {
|
||||||
// @has 'raw_ident_eliminate_r_hashtag/internal/struct.mod.html'
|
// @has 'raw_ident_eliminate_r_hashtag/internal/struct.mod.html'
|
||||||
pub struct r#mod;
|
pub struct r#mod;
|
||||||
|
@ -8,13 +10,13 @@ pub mod internal {
|
||||||
///
|
///
|
||||||
/// [name]: mod
|
/// [name]: mod
|
||||||
/// [other name]: crate::internal::mod
|
/// [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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// See [name].
|
/// See [name].
|
||||||
///
|
///
|
||||||
/// [name]: internal::mod
|
/// [name]: internal::mod
|
||||||
// @has 'raw_ident_eliminate_r_hashtag/struct.A.html' '//a[@href="../raw_ident_eliminate_r_hashtag/internal/struct.mod.html"]' 'name'
|
// @has 'raw_ident_eliminate_r_hashtag/struct.A.html' '//*a[@href="../raw_ident_eliminate_r_hashtag/internal/struct.mod.html"]' 'name'
|
||||||
struct A;
|
pub struct A;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue