Fix issue-46767 test
The link that is matched against is not the same as would be generated by rustdoc. We should also check that the `foo/private` directory is not generated at all.
This commit is contained in:
parent
e8bc04e1c8
commit
9dbe902800
1 changed files with 2 additions and 1 deletions
|
|
@ -15,4 +15,5 @@ mod private {
|
|||
}
|
||||
pub use self::private::Enum::*;
|
||||
|
||||
// @!has foo/index.html '//a/@href' './private/index.html'
|
||||
// @!has-dir foo/private
|
||||
// @!has foo/index.html '//a/@href' 'private/index.html'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue