We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcd2f7 commit 15db418Copy full SHA for 15db418
src/test/rustdoc/type-layout.rs
@@ -2,7 +2,7 @@
2
3
// @has type_layout/struct.Foo.html 'Size: '
4
// @has - ' bytes'
5
-// @matches - '<h2 id="layout".+Layout.+a href="#layout" class="anchor">'
+// @has - '//*[@id="layout"]/a[@href="#layout"]' ''
6
pub struct Foo {
7
pub a: usize,
8
b: Vec<String>,
0 commit comments