1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 01:20:21 +08:00

add paragraph test

This commit is contained in:
Gagah Pangeran Rosfatiputra
2021-05-06 15:13:43 +07:00
Unverified
parent e7c563fb67
commit 91283d41ce
@@ -95,6 +95,19 @@ _**italic with underscore, bold with asterisk**_";
});
}
[Test]
public void TestParagraph()
{
AddStep("Add paragraph", () =>
{
markdownContainer.Text = @"first paragraph
second paragraph
third paragraph";
});
}
[Test]
public void TestFencedCodeBlock()
{