Column Fitting: don't go higher than 15 significant digits by default.
[gnumeric.git] / test / t1900-array.pl
blob235d2088839bd46539eda1cb6933c7921cb3dd2f
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 my $file = "arrays.xls";
9 &message ("Check that $file evaluates correctly.");
10 &test_sheet_calc ("$samples/$file", "Summary!B2", sub { /TRUE/ });