Add GUI regression test for position of warning block
This commit is contained in:
parent
279b11c4b5
commit
98b71bf345
2 changed files with 16 additions and 0 deletions
|
@ -85,6 +85,9 @@ impl AsRef<str> for Foo {
|
|||
}
|
||||
}
|
||||
|
||||
/// <div id="doc-warning-0" class="warning">I have warnings!</div>
|
||||
pub struct WarningStruct;
|
||||
|
||||
/// Just a normal enum.
|
||||
///
|
||||
/// # title!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue