mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-08-30 23:00:06 -04:00
Failing volume parser tests
This commit is contained in:
parent
99f1c7225a
commit
31687b6586
@ -88,6 +88,8 @@ public class MangaParsingTests
|
||||
[InlineData("Adventure Time (2012)/Adventure Time Ch 1 (2012)", Parser.LooseLeafVolume)]
|
||||
[InlineData("Adventure Time TPB (2012)/Adventure Time v01 (2012).cbz", "1")]
|
||||
[InlineData("Monster Ch. 001 [MangaPlus] [Digital] [amit34521]", Parser.LooseLeafVolume)]
|
||||
[InlineData("Alter Ego (2020) (Digital) (v3dio)", Parser.LooseLeafVolume)]
|
||||
[InlineData("Alter Ego (2020) (Digital) (t3dio)", Parser.LooseLeafVolume)]
|
||||
public void ParseVolumeTest(string filename, string expected)
|
||||
{
|
||||
Assert.Equal(expected, Parser.ParseVolume(filename, LibraryType.Manga));
|
||||
|
Loading…
x
Reference in New Issue
Block a user