Skip to content

Commit

Permalink
feat: add tests for zip with UNIX and Shift_JIS.
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Feb 25, 2022
1 parent 0087d6e commit 78b456a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Core/Examples/Expected/SampleUnixSjis.zip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"Sample.txt",6,4044060355
"テスト.txt",6,262819556
Binary file added Tests/Core/Examples/SampleUnixSjis.zip
Binary file not shown.
1 change: 1 addition & 0 deletions Tests/Core/Sources/ArchiveReaderTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public static IEnumerable<TestCaseData> TestCases
yield return new TestCaseData("SampleMac.zip", "");
yield return new TestCaseData("SampleUtf8.zip", "");
yield return new TestCaseData("SampleKanji.zip", "");
yield return new TestCaseData("SampleUnixSjis.zip", "");
yield return new TestCaseData("Sample 2018.02.13.zip", "");
yield return new TestCaseData("Sample..DoubleDot.zip", "");
yield return new TestCaseData("Sample.tar", "");
Expand Down

0 comments on commit 78b456a

Please sign in to comment.