mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Fixed: Parsing Polish language
This commit is contained in:
@@ -131,6 +131,15 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
}
|
||||
|
||||
[TestCase("Castle.2009.S01E14.Polish.HDTV.XviD-LOL")]
|
||||
[TestCase("Castle.2009.S01E14.PL.HDTV.XviD-LOL")]
|
||||
[TestCase("Castle.2009.S01E14.PLLEK.HDTV.XviD-LOL")]
|
||||
[TestCase("Castle.2009.S01E14.PL-LEK.HDTV.XviD-LOL")]
|
||||
[TestCase("Castle.2009.S01E14.LEKPL.HDTV.XviD-LOL")]
|
||||
[TestCase("Castle.2009.S01E14.LEK-PL.HDTV.XviD-LOL")]
|
||||
[TestCase("Castle.2009.S01E14.PLDUB.HDTV.XviD-LOL")]
|
||||
[TestCase("Castle.2009.S01E14.PL-DUB.HDTV.XviD-LOL")]
|
||||
[TestCase("Castle.2009.S01E14.DUBPL.HDTV.XviD-LOL")]
|
||||
[TestCase("Castle.2009.S01E14.DUB-PL.HDTV.XviD-LOL")]
|
||||
public void should_parse_language_polish(string postTitle)
|
||||
{
|
||||
var result = Parser.Parser.ParseTitle(postTitle);
|
||||
|
||||
Reference in New Issue
Block a user