mirror of
https://github.com/ppy/osu
synced 2025-02-03 03:42:15 +00:00
add heading test
This commit is contained in:
parent
2a6aeb5310
commit
f80c46e2a0
@ -59,6 +59,17 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
private static object[] comments =
|
private static object[] comments =
|
||||||
{
|
{
|
||||||
new[] { "Plain", "This is plain comment" },
|
new[] { "Plain", "This is plain comment" },
|
||||||
|
|
||||||
|
new[]
|
||||||
|
{
|
||||||
|
"Heading", @"# Heading 1
|
||||||
|
## Heading 2
|
||||||
|
### Heading 3
|
||||||
|
#### Heading 4
|
||||||
|
##### Heading 5
|
||||||
|
###### Heading 6"
|
||||||
|
},
|
||||||
|
|
||||||
// Taken from https://github.com/ppy/osu/issues/13993#issuecomment-885994077
|
// Taken from https://github.com/ppy/osu/issues/13993#issuecomment-885994077
|
||||||
new[]
|
new[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user