Skip to content

Commit

Permalink
Add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit committed Apr 13, 2023
1 parent 15d9bce commit 3f0edee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ func TestOpenReaderWithPassword(t *testing.T) {
file: "t3.7z",
password: "password",
},
{
name: "issue 75",
file: "7zcracker.7z",
password: "876",
},
}

for _, table := range tables {
Expand Down
Binary file added testdata/7zcracker.7z
Binary file not shown.

0 comments on commit 3f0edee

Please sign in to comment.