Skip to content

Commit

Permalink
added unit test for purl.oclc.org support
Browse files Browse the repository at this point in the history
... which fails atm as we don't support it yet. see issue #7
  • Loading branch information
MichaelDaum committed Jan 4, 2024
1 parent 7f6b99d commit 409782c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions t/bug-md-7.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env perl

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

use Spreadsheet::ParseXLSX;

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

done_testing;


Binary file added t/data/bug-md-7.xlsx
Binary file not shown.

0 comments on commit 409782c

Please sign in to comment.