mirror of https://github.com/ppy/osu
add test link with title
This commit is contained in:
parent
02cdd0b2de
commit
2e6d463901
|
@ -86,6 +86,15 @@ public void TestLinkWithInlineText()
|
|||
});
|
||||
}
|
||||
|
||||
[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