1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

add test link with inline text markdown

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-04-28 11:01:54 +07:00
parent c09067c3d5
commit 4e691ce4b0
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -50,6 +50,15 @@ namespace osu.Game.Tests.Visual.UserInterface
});
}
[Test]
public void TestLinkWithInlineText()
{
AddStep("Add Link with inline text", () =>
{
markdownContainer.Text = "Hey, [welcome to osu!](https://osu.ppy.sh) Please enjoy the game.";
});
}
[Test]
public void TestFencedCodeBlock()
{