summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/merge.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/merge.t b/t/merge.t
index 0564deb..3a9f9e0 100644
--- a/t/merge.t
+++ b/t/merge.t
@@ -34,6 +34,8 @@ my $data = do { local $/; local @ARGV = ('t/data/merge.json'); <> };
my $ws = $wb->worksheet(0);
is($ws->get_name, 'Merge Report 1');
+ # In the template, the 4 columns are merged
+ # with contents = "Merged Cells"
for my $col (0..3) {
if ($col == 0) {
is($ws->get_cell(0, $col)->value, 'Merged Cells');