CELL: a bit of investigation into what "color" is supposed to do.
[gnumeric.git] / test / t1902-array-intersection.pl
bloba2e5af71458cdb2a6e7feb51266b008aa23016c2
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 my $file = "array-intersection.xls";
9 &message ("Check that $file evaluates correctly.");
10 &test_sheet_calc ("$samples/$file", "A1", sub { /TRUE/ });