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