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