Introspection: add col/row manipulations
[gnumeric.git] / test / t5906-dif.pl
blobb5dbd9f99afba74ec25b7e63cd222ac0243f7fe4
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 # See test_importer comments for mode definitions.
9 my $mode = ((shift @ARGV) || "check");
11 &message ("Check the dif importer.");
12 &test_importer ("$samples/dif/sample.dif", "e961ef2b1bc75e9a3d6759b5926310f959d129e4", $mode);