mirror of
https://github.com/ppy/osu
synced 2025-01-23 22:33:05 +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 =
|
||||
{
|
||||
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
|
||||
new[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user