Skip to content

Commit

Permalink
added unit test for out-of-memory bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Jan 2, 2024
1 parent 679b04a commit 0bb6830
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Spreadsheet/ParseXLSX/Decryptor/Standard.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;

# VERSION

# ABSTRACT: standard decryption
# ABSTRACT: standard decryption

use base 'Spreadsheet::ParseXLSX::Decryptor';

Expand Down
12 changes: 12 additions & 0 deletions t/ahihi.t
@@ -0,0 +1,12 @@
#!/usr/bin/env perl

use strict;
use warnings;
use Test::More;

use Spreadsheet::ParseXLSX;

my $wb = Spreadsheet::ParseXLSX->new->parse('t/data/ahihi.xlsx');
isa_ok($wb, 'Spreadsheet::ParseExcel::Workbook');

done_testing;
Binary file added t/data/ahihi.xlsx
Binary file not shown.

0 comments on commit 0bb6830

Please sign in to comment.