Update tests
This commit is contained in:
parent
4a68f7ecae
commit
d5d1c57167
2 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
#[path = "src-links/mod.rs"]
|
||||
pub mod qux;
|
||||
|
||||
// @has src/foo/src-links.rs.html
|
||||
// @has foo/fizz/index.html '//a/@href' '../src/foo/src-links/fizz.rs.html'
|
||||
#[path = "src-links/../src-links/fizz.rs"]
|
||||
pub mod fizz;
|
||||
|
||||
// @has foo/bar/index.html '//a/@href' '../../src/foo/src-links.rs.html'
|
||||
pub mod bar {
|
||||
|
||||
|
|
|
|||
1
src/test/rustdoc/src-links/fizz.rs
Normal file
1
src/test/rustdoc/src-links/fizz.rs
Normal file
|
|
@ -0,0 +1 @@
|
|||
pub struct Buzz;
|
||||
Loading…
Add table
Add a link
Reference in a new issue