1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00
osu-lazer/osu.Game.Tests
Bartłomiej Dach a89ea78a7a Add extended testing for Markdown links
While reviewing #6542 it became apparent that there was another Markdown
link format variant, used in comments that came from the web API, called
the "inline link" style. It allows to specify the tooltip title within
the actual URL portion, as such:

    [link text](https://osu.ppy.sh "tooltip text")

Add tests with a couple of easy and trickier examples of such a format.
Moreover, add a new edge case of a Markdown link with a link inside
the display text, which during tests was detected to be problematic.
2019-10-24 15:52:55 +02:00
..
Beatmaps Merge branch 'master' into fix-resume-from-player-audio 2019-10-11 19:21:14 +09:00
Chat Add extended testing for Markdown links 2019-10-24 15:52:55 +02:00
Gameplay Fix hitobject combo colour potentially not getting adjusted 2019-10-18 17:32:11 +09:00
NonVisual Add equality check test to ensure correct values 2019-10-17 01:19:50 +03:00
Resources Fix tests on CI 2019-10-10 17:42:15 +09:00
Scores/IO Adjust test to assert that the import failed 2019-09-22 00:59:40 +09:00
ScrollAlgorithms Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
Skins Merge branch 'master' into beatmap-parsing-fallback-v2 2019-10-03 15:12:21 +08:00
Visual Add test 2019-10-22 01:37:30 +03:00
osu.Game.Tests.csproj Update 2.2 references 2019-10-10 17:45:38 +09:00
WaveformTestBeatmap.cs Migrate decoding to line-buffered reader 2019-09-15 01:28:07 +02:00