Fixed some parser unit tests around negative lookaheads

This commit is contained in:
Joseph Milazzo 2021-03-22 13:39:48 -05:00
parent d543511131
commit b66c6b5714
2 changed files with 3 additions and 3 deletions

View file

@ -178,9 +178,9 @@ namespace API.Tests
[Theory]
[InlineData("test.cbz", true)]
[InlineData("test.cbr", false)]
[InlineData("test.cbr", true)]
[InlineData("test.zip", true)]
[InlineData("test.rar", false)]
[InlineData("test.rar", true)]
[InlineData("test.rar.!qb", false)]
[InlineData("[shf-ma-khs-aqs]negi_pa_vol15007.jpg", false)]
public void IsArchiveTest(string input, bool expected)