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