add test link with title

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-05-24 20:45:47 +07:00
parent 02cdd0b2de
commit 2e6d463901
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2
1 changed files with 9 additions and 0 deletions

View File

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