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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user