mirror of
https://github.com/ppy/osu
synced 2025-01-20 21:10:49 +00:00
add paragraph test
This commit is contained in:
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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user