mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 11:48:26 -07:00
More REGEX work, cleaned up some extraneous bits and made them more accurate.
This commit is contained in:
parent
c700ffcc3b
commit
e0170a08e4
2 changed files with 10 additions and 10 deletions
|
@ -405,7 +405,7 @@ namespace NzbDrone.Core.Test
|
|||
ExceptionVerification.ExpectedWarns(1);
|
||||
}
|
||||
|
||||
[TestCase("Fussball Bundesliga 2010 2011 30 Spieltag FC Bayern Muenchen vs Bayer 04 Leverkusen German WS dTV XviD WoGS")]
|
||||
[TestCase("Fussball Bundesliga 10e2011e30 Spieltag FC Bayern Muenchen vs Bayer 04 Leverkusen German WS dTV XviD WoGS")]
|
||||
public void unparsable_should_log_error_but_not_throw(string title)
|
||||
{
|
||||
Parser.ParseTitle(title);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue