add autolink test

This commit is contained in:
Gagah Pangeran Rosfatiputra
2021-07-10 17:56:37 +07:00
parent c64fe06bf6
commit 5cd11a02ba

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()
{