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