Skip to content

Commit 441a350

Browse files
committed
add check on anchor link
1 parent afb5b21 commit 441a350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/rustdoc/issue-86620.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ extern crate issue_86620_1;
55
use issue_86620_1::*;
66

77
// @!has issue_86620/struct.S.html '//div[@id="method.vzip"]//a[@class="fnname"]/@href' #tymethod.vzip
8+
// @has issue_86620/struct.S.html '//div[@id="method.vzip"]//a[@class="anchor"]/@href' #method.vzip
89
pub struct S;

0 commit comments

Comments
 (0)