Introspection: add col/row manipulations
[gnumeric.git] / test / t1009-lookfuns.pl
blobebf0ec121b707cbd595fb2345039e69785e7e9a8
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 my $file = "lookfuns.xls";
9 &message ("Check that $file evaluates correctly.");
10 &test_sheet_calc ("$samples/excel/$file", "A4", sub { /All ok/i });