view test/fcn-handle/bug-57941.tst @ 31191:bb9d776eafac stable

Fix wrong color in PDF printout of some latex strings (bug #62884) * octave-svgconvert (draw): For "rect" elements only set brush color if necessary and eventually restore to previous color.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sun, 14 Aug 2022 18:24:07 +0200
parents 23fe97205db5
children
line wrap: on
line source

%!test <*57941>
%! [r1, r2] = bug57941a (2);
%! assert (r1, 6);
%! assert (r2, 24);

%!test <*57941>
%! [fh1, fh2] = bug57941b (2);
%! assert (fh1 (3), 6);
%! assert (fh2 (3, 4), 24);