1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00
osu-lazer/osu.Game.Tests/Chat
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
..
MessageFormatterTests.cs Add extended testing for Markdown links 2019-10-24 15:52:55 +02:00