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