view test/fcn-handle/bug58519.tst @ 28579:713398d4a3c3

update bug status of tests marked with bug numbers After running make update-bug-status, the following files were modified: pt-tm-const.cc, Sparse.cc, bug58519.tst, io.tst, nest.tst.
author John W. Eaton <jwe@octave.org>
date Tue, 14 Jul 2020 16:46:37 -0400
parents bdd52f5e4170
children
line wrap: on
line source

%!test <*58519>
%! fieldname = "a";
%! structure = struct (fieldname, 42);
%! anonfunc = @ () structure.(fieldname);
%! assert (anonfunc (), 42)