mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Parse HTML entities during APINewsPost deserialisation
This commit is contained in:
@ -39,9 +39,9 @@ namespace osu.Game.Tests.Visual.Online
|
||||
}),
|
||||
new NewsCard(new APINewsPost
|
||||
{
|
||||
Title = "This post has a full-url image!",
|
||||
Preview = "boom",
|
||||
Author = "user",
|
||||
Title = "This post has a full-url image! (HTML entity: &)",
|
||||
Preview = "boom (HTML entity: &)",
|
||||
Author = "user (HTML entity: &)",
|
||||
FirstImage = "https://assets.ppy.sh/artists/88/header.jpg",
|
||||
PublishedAt = DateTimeOffset.Now
|
||||
})
|
||||
|
Reference in New Issue
Block a user