1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +08:00
osu-lazer/osu.Game.Tests
Bartłomiej Dach cbd99cc767 Resolve link-in-link edge case
Testing with #6542 surfaced a crash scenario, caused by formatted links
that had URLs in the display text, for example

    [mean example - https://osu.ppy.sh](https://osu.ppy.sh)

In that case the outer Markdown link would get picked up once, and then
reduced to the link text when looking for other links, leading to it
being picked up again the second time when the raw link is found.

Add a check in the raw link parsing path that ensures that the found
URL is not a part of a bigger, pre-existing link.
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 Resolve link-in-link edge case 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