1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Fixed: Parsing of some anime releases

This commit is contained in:
Mark McDowall
2021-04-19 21:56:39 -07:00
parent d29e254dcb
commit dd8fbb438f
3 changed files with 4 additions and 1 deletions
@@ -32,6 +32,8 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("qrdSD3rYzWb7cPdVIGSn4E7")]
[TestCase("QZC4HDl7ncmzyUj9amucWe1ddKU1oFMZDd8r0dEDUsTd")]
[TestCase("abc.xyz.af6021c37f7852")]
[TestCase("e096aeb3c2c0483a96f5b32fc6d10ff5")]
[TestCase("_unpack e096aeb3c2c0483a96f5b32fc6d10ff5.mkv")]
public void should_not_parse_crap(string title)
{
Parser.Parser.ParseTitle(title).Should().BeNull();