mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Add test coverage
This commit is contained in:
@ -189,6 +189,16 @@ Line after image";
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void TestFlag()
|
||||||
|
{
|
||||||
|
AddStep("Add flag", () =>
|
||||||
|
{
|
||||||
|
markdownContainer.CurrentPath = @"https://dev.ppy.sh";
|
||||||
|
markdownContainer.Text = "::{flag=\"AU\"}::";
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
private class TestMarkdownContainer : WikiMarkdownContainer
|
private class TestMarkdownContainer : WikiMarkdownContainer
|
||||||
{
|
{
|
||||||
public LinkInline Link;
|
public LinkInline Link;
|
||||||
|
Reference in New Issue
Block a user