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:
parent
c64fe06bf6
commit
5cd11a02ba
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user