Simplify test

Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
This commit is contained in:
est31 2022-07-26 12:45:16 +02:00 committed by GitHub
parent 5fcd2f72fe
commit 15db4186b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
// @has type_layout/struct.Foo.html 'Size: '
// @has - ' bytes'
// @matches - '<h2 id="layout".+Layout.+a href="#layout" class="anchor">'
// @has - '//*[@id="layout"]/a[@href="#layout"]' ''
pub struct Foo {
pub a: usize,
b: Vec<String>,