on cygwin with gcc-4.3.4
$ hg tip
changeset: 11024:fa56fd98c0c5
tag: tip
user: Rik <address@hidden>
date: Sun Sep 26 12:55:38 2010 -0700
summary: Remove requirement for PCRE in Octave. (Bug #31025)
I just noticed this test failure
>>>>> processing /pub/hg/octave/scripts/plot/__print_parse_opts__.m
***** test
opts = __print_parse_opts__ ("-dpsc", "-append", "-loose");
assert (opts.devopt, "pswrite");
assert (optssend_to_printer, true);
assert (opts.use_color, 1);
assert (opts.append_to_file, false);
assert (opts.ghostscript.device, "pswrite")
assert (opts.ghostscript.epscrop, false);
!!!!! test failed
assert (opts.ghostscript.epscrop,false) expected
0
but got
1
$ gs --version
8.63
Is any other version requested ?
Marco