view test/fcn-handle/bug-57941.tst @ 31221:f5755dbacd8d

maint: merge stable to default
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Wed, 31 Aug 2022 22:04:02 +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);