mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 06:00:25 +08:00
Add failing test coverage for empty date filter not parsing
This commit is contained in:
@@ -488,7 +488,8 @@ namespace osu.Game.Tests.NonVisual.Filtering
|
||||
new object[] { "0:3:" },
|
||||
new object[] { "\"three days\"" },
|
||||
new object[] { "0.1y0.1M2d" },
|
||||
new object[] { "0.99y0.99M2d" }
|
||||
new object[] { "0.99y0.99M2d" },
|
||||
new object[] { string.Empty }
|
||||
};
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user