Move test file, add test of generated link
This commit is contained in:
parent
02cc85065e
commit
5835f6defa
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#![crate_name = "foo"]
|
||||
#![deny(broken_intra_doc_links)]
|
||||
pub enum Foo {
|
||||
Bar {
|
||||
|
|
@ -6,3 +7,5 @@ pub enum Foo {
|
|||
xyz: i32,
|
||||
},
|
||||
}
|
||||
|
||||
// @has foo/enum.Foo.html '//a/@href' '../foo/enum.Foo.html#variant.Bar.field.abc'
|
||||
Loading…
Add table
Add a link
Reference in a new issue