mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 21:47:31 +09: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]
|
[Test]
|
||||||
public void TestLink()
|
public void TestLink()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user