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
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ namespace NzbDrone.Core.Test.ParserTests
[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);