1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 10:40:33 +08:00

Simplify implementation and remove unsupported test coverage

This commit is contained in:
Dean Herbert
2023-10-24 16:01:32 +09:00
Unverified
parent 794c3a2473
commit 6865d8894d
4 changed files with 36 additions and 115 deletions
@@ -397,7 +397,6 @@ namespace osu.Game.Tests.NonVisual.Filtering
[TestCase("Title1[Diff]", new int[] { })]
[TestCase("[diff ]with]", new[] { 4 })]
[TestCase("[diff ]with [[ brackets]]]]", new[] { 4 })]
[TestCase("[diff] another [brackets]", new[] { 4 })]
[TestCase("[Diff in title]", new int[] { })]
[TestCase("[Diff in diff]", new int[] { 6 })]
public void TestDifficultySearch(string query, int[] expectedBeatmapIndexes)