]> git.lizzy.rs Git - rust.git/commitdiff
add check on anchor link
authorFrançois Mockers <mockersf@gmail.com>
Mon, 5 Jul 2021 00:09:20 +0000 (02:09 +0200)
committerFrançois Mockers <mockersf@gmail.com>
Tue, 6 Jul 2021 20:13:08 +0000 (22:13 +0200)
src/test/rustdoc/issue-86620.rs

index 2703cac0dc39d98a11f31b69ca281c9cc48edafe..b14e266f7f98d78a1edc2c18e446a8d3ee357d7b 100644 (file)
@@ -5,4 +5,5 @@
 use issue_86620_1::*;
 
 // @!has issue_86620/struct.S.html '//div[@id="method.vzip"]//a[@class="fnname"]/@href' #tymethod.vzip
+// @has issue_86620/struct.S.html '//div[@id="method.vzip"]//a[@class="anchor"]/@href' #method.vzip
 pub struct S;