add heading test

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-07-26 21:02:57 +07:00
parent 2a6aeb5310
commit f80c46e2a0
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -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[]
{