.gnumeric: if we see a shared array formula, fix it.
[gnumeric.git] / test / t1013-crlibm.pl
blob09502f1ddda7b46a7b2d777702040535e63c326d
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 my $file = "crlibm.gnumeric";
9 &message ("Check that $file evaluates correctly.");
10 &test_sheet_calc ("$samples/$file", "D1", sub { $_ > 15 });