Update rustdoc/redirect test

This commit is contained in:
Guillaume Gomez 2023-01-17 20:40:47 +01:00
parent 5b654a7e5e
commit c918efa664

View File

@ -9,9 +9,10 @@ pub trait Foo {}
// @has redirect/index.html // @has redirect/index.html
// @has - '//code' 'pub use reexp_stripped::Bar' // @has - '//code' 'pub use reexp_stripped::Bar'
// @has - '//code/a' 'Bar' // @has - '//code/a' 'Bar'
// @has - '//a[@href="../reexp_stripped/hidden/struct.Bar.html"]' 'Bar'
// @has reexp_stripped/hidden/struct.Bar.html // @has reexp_stripped/hidden/struct.Bar.html
// @has - '//p/a' '../../reexp_stripped/struct.Bar.html'
// @has 'reexp_stripped/struct.Bar.html' // @has 'reexp_stripped/struct.Bar.html'
// @has - '//a[@href="struct.Bar.html"]' 'Bar'
#[doc(no_inline)] #[doc(no_inline)]
pub use reexp_stripped::Bar; pub use reexp_stripped::Bar;
impl Foo for Bar {} impl Foo for Bar {}