view test/bug-58572/bug-58572.tst @ 31170:06c76eca5f95 default tip @

maint: merge stable to default
author John W. Eaton <jwe@octave.org>
date Fri, 29 Jul 2022 12:02:42 -0400
parents 9080316864bf
children
line wrap: on
line source

%!test <*58572>
%! obj = bug58572 ();
%! assert (use_num (obj), false);
%! assert (obj.use_num (), false);
%! assert (isnumeric (obj), true);
%! assert (obj.isnumeric (), true);