Update tests

This commit is contained in:
clubby789 2023-01-05 04:17:57 +00:00
parent 4a68f7ecae
commit d5d1c57167
2 changed files with 6 additions and 0 deletions

View file

@ -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 {

View file

@ -0,0 +1 @@
pub struct Buzz;