mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:07:33 +08:00
add heading test scene
This commit is contained in:
parent
8a2926c0b5
commit
b97d3f2af1
@ -41,6 +41,19 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
};
|
||||
});
|
||||
|
||||
[Test]
|
||||
public void TestHeading()
|
||||
{
|
||||
AddStep("Add Heading", () =>
|
||||
{
|
||||
markdownContainer.Text = @"# Header 1
|
||||
## Header 2
|
||||
### Header 3
|
||||
#### Header 4
|
||||
##### Header 5";
|
||||
});
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestLink()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user