mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
add emphases test
This commit is contained in:
parent
3e7df3bf02
commit
356b1e9a2d
@ -41,6 +41,20 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
};
|
||||
});
|
||||
|
||||
[Test]
|
||||
public void TestEmphases()
|
||||
{
|
||||
AddStep("Emphases", () =>
|
||||
{
|
||||
markdownContainer.Text = @"_italic with underscore_
|
||||
*italic with asterisk*
|
||||
__bold with underscore__
|
||||
**bold with asterisk**
|
||||
*__italic with asterisk, bold with underscore__*
|
||||
_**italic with underscore, bold with asterisk**_";
|
||||
});
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestHeading()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user