1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 05:42:56 +08:00

add autolink test

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-07-10 17:56:37 +07:00
parent c64fe06bf6
commit 5cd11a02ba
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -95,6 +95,15 @@ _**italic with underscore, bold with asterisk**_";
});
}
[Test]
public void TestAutoLink()
{
AddStep("Add autolink", () =>
{
markdownContainer.Text = "<https://discord.gg/ppy>";
});
}
[Test]
public void TestInlineCode()
{