summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-22 20:44:42 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-22 20:45:26 -0400
commitc7c05c53a31b100a065502a9dbb65a1502a14bf9 (patch)
tree9b36074c4c7404b501ff178f979ec040d9d40593 /t
parent6d49e45380bbcd75f7621ab1690bd9652e3d414d (diff)
downloadspreadsheet-parsexlsx-c7c05c53a31b100a065502a9dbb65a1502a14bf9.tar.gz
spreadsheet-parsexlsx-c7c05c53a31b100a065502a9dbb65a1502a14bf9.zip
allow for non-case-sensitive zip file entries (???) (Tux, #57)
Diffstat (limited to 't')
-rw-r--r--t/bug-57.t11
-rw-r--r--t/data/bug-57.xlsxbin0 -> 248617 bytes
2 files changed, 11 insertions, 0 deletions
diff --git a/t/bug-57.t b/t/bug-57.t
new file mode 100644
index 0000000..0c4614b
--- /dev/null
+++ b/t/bug-57.t
@@ -0,0 +1,11 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use Test::More;
+
+use Spreadsheet::ParseXLSX;
+
+my $wb = Spreadsheet::ParseXLSX->new->parse('t/data/bug-57.xlsx');
+pass('it parses successfully');
+
+done_testing;
diff --git a/t/data/bug-57.xlsx b/t/data/bug-57.xlsx
new file mode 100644
index 0000000..11bcb76
--- /dev/null
+++ b/t/data/bug-57.xlsx
Binary files differ