view test/fcn-handle/bug-51567.tst @ 28447:5bca1527b034 stable

new tests for bug #51567 * test/fcn-handle/bug-51567.tst, test/fcn-handle/bug51567.m: New files. * test/fcn-handle/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Wed, 10 Jun 2020 15:59:51 -0400
parents
children
line wrap: on
line source

%!shared a
%! a = bug51567 ();
%!
%!assert <51567> (a.doit_1 (), 13);
%!assert <51567> (a.doit_2 (), 42);