1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

add test link with title

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-05-24 20:45:47 +07:00
parent 02cdd0b2de
commit 2e6d463901
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -86,6 +86,15 @@ _**italic with underscore, bold with asterisk**_";
});
}
[Test]
public void TestLinkWithTitle()
{
AddStep("Add Link with title", () =>
{
markdownContainer.Text = "[wikipedia](https://www.wikipedia.org \"The Free Encyclopedia\")";
});
}
[Test]
public void TestInlineCode()
{