Fixed some use cases where Edition tags weren't being cleaned up.

This commit is contained in:
Joseph Milazzo 2021-01-24 10:57:09 -06:00
parent 6097a2acf0
commit 8498d25aa7
2 changed files with 58 additions and 14 deletions

View file

@ -176,6 +176,14 @@ namespace API.Tests
FullFilePath = filepath
});
filepath = @"E:\Manga\Tenjo Tenge (Color)\Tenjo Tenge {Full Contact Edition} v01 (2011) (Digital) (ASTC).cbz";
expected.Add(filepath, new ParserInfo
{
Series = "Tenjo Tenge", Volumes = "1", Edition = "Full Contact Edition",
Chapters = "0", Filename = "Tenjo Tenge {Full Contact Edition} v01 (2011) (Digital) (ASTC).cbz", Format = MangaFormat.Archive,
FullFilePath = filepath
});