Removed "Anthology" from being a special parsing keyword as series are being found where "Anthology" is in the series name. (#304)
This commit is contained in:
parent
16a77fa8d6
commit
f8aba21acd
2 changed files with 2 additions and 2 deletions
|
@ -241,7 +241,7 @@ namespace API.Tests.Parser
|
|||
[InlineData("Ani-Hina Art Collection.cbz", true)]
|
||||
[InlineData("Gifting The Wonderful World With Blessings! - 3 Side Stories [yuNS][Unknown]", true)]
|
||||
[InlineData("A Town Where You Live - Bonus Chapter.zip", true)]
|
||||
[InlineData("Yuki Merry - 4-Komga Anthology", true)]
|
||||
[InlineData("Yuki Merry - 4-Komga Anthology", false)]
|
||||
public void ParseMangaSpecialTest(string input, bool expected)
|
||||
{
|
||||
Assert.Equal(expected, !string.IsNullOrEmpty(API.Parser.Parser.ParseMangaSpecial(input)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue