Shutdown: help the style leak printer out a bit.
[gnumeric.git] / test / t9100-number-match.pl
blobe3302b48178ed09f6e4ba078f11da8bf6f017b13
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 my $file = "numbermatch.gnumeric";
9 &message ("Check that $file evaluates correctly.");
10 $ENV{'GNM_DEBUG'} = 'testsuite';
11 &test_sheet_calc ("$samples/$file", "B2", sub { /^0$/ });