summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/bug-13.t11
-rw-r--r--t/data/bug-13.xlsxbin0 -> 8639 bytes
2 files changed, 11 insertions, 0 deletions
diff --git a/t/bug-13.t b/t/bug-13.t
new file mode 100644
index 0000000..ded3406
--- /dev/null
+++ b/t/bug-13.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-13.xlsx');
+is($wb->get_filename, 't/data/bug-13.xlsx');
+
+done_testing;
diff --git a/t/data/bug-13.xlsx b/t/data/bug-13.xlsx
new file mode 100644
index 0000000..c516813
--- /dev/null
+++ b/t/data/bug-13.xlsx
Binary files differ