1
Fork 0

rustdoc: update test cases for .sidebar-title -> .sidebar-elems h3

This commit is contained in:
Michael Howell 2022-10-15 11:53:47 -07:00
parent e9b2922804
commit f0371d1238
10 changed files with 23 additions and 23 deletions

View file

@ -2,7 +2,7 @@
// @has foo/struct.Foo.html
// @has - '//h2[@id="fields"]' 'Tuple Fields'
// @has - '//h3[@class="sidebar-title"]/a[@href="#fields"]' 'Tuple Fields'
// @has - '//div[@class="sidebar-elems"]//h3/a[@href="#fields"]' 'Tuple Fields'
// @has - '//*[@id="structfield.0"]' '0: u32'
// @has - '//*[@id="main-content"]/div[@class="docblock"]' 'hello'
// @!has - '//*[@id="structfield.1"]' ''