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:
parent
02cdd0b2de
commit
2e6d463901
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user