rustdoc: update test cases now that code-header is used without in-band
This commit is contained in:
parent
a7c25b2957
commit
4ba40314e1
58 changed files with 143 additions and 143 deletions
|
@ -16,5 +16,5 @@ pub struct Another;
|
|||
pub trait Bar {}
|
||||
|
||||
// @has 'foo/struct.Another.html'
|
||||
// @has - '//h3[@class="code-header in-band"]' 'impl Bar for Another'
|
||||
// @has - '//h3[@class="code-header"]' 'impl Bar for Another'
|
||||
impl Bar for Another {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue