Skip to content

Commit

Permalink
Add test case for misidentified password-protected xlsx file (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
vecerek authored Oct 26, 2023
1 parent ca7a03c commit dc2a832
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added fixture/fixture-password-protected.xlsx
Binary file not shown.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ const falsePositives = {

// Known failing fixture
const failingFixture = new Set([
'fixture-password-protected',
]);

async function checkBufferLike(t, type, bufferLike) {
Expand Down

0 comments on commit dc2a832

Please sign in to comment.