Move test file, add test of generated link

This commit is contained in:
Lucas De Angelis 2021-02-27 01:08:05 +01:00
parent 02cc85065e
commit 5835f6defa

View File

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