mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Add failing test coverage for empty date filter not parsing
This commit is contained in:
parent
f0f37df67f
commit
d7dfc8b88a
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user