1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00

Tweaked language parser since PR isn't merged yet.

This commit is contained in:
Taloth Saldono 2019-02-12 21:59:26 +01:00
parent 5b741a10db
commit 223209e1eb

View File

@ -107,7 +107,7 @@ public void should_parse_language_icelandic(string postTitle)
[TestCase("[abc] My Series - 01 []")]
[TestCase("[abc] My Series - 01 []")]
[TestCase("[abc] My Series - 01 []")]
[TestCase("[ZERO字幕组]My Series/My Series[01][HDTV]")]
[TestCase("[ABC字幕组] My Series - 01 [HDTV]")]
public void should_parse_language_chinese(string postTitle)
{
var result = Parser.Parser.ParseTitle(postTitle);