Shutdown: help the style leak printer out a bit.
[gnumeric.git] / test / t1016-database.pl
blob1f132ec3a143a0777267939568beb86771097d5a
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 my $file = "excel12/database.xlsx";
9 &message ("Check that $file evaluates correctly.");
10 &test_sheet_calc ("$samples/$file", "Overview!C2:C99", sub { /(\s*0)+\s*/i });