]>
git.saurik.com Git - wxWidgets.git/blob - tests/formatconverter/formats2.pl
3 # Creates longer test formats for wxFormatConverter, containing two '%'s. The
4 # output is basically the cross product of the output of two './formats.pl's.
6 # ./formats2.pl | ./formattest
10 open IN
, './formats.pl |';
14 my ($format, $expected) = split "\t";
15 open IN2
, './formats.pl |';
19 my ($format2, $expected2) = split "\t";
20 print "$format $format2\t$expected $expected2\n";