view test/bug-58572/bug-58572.tst @ 31235:b542b88ad3b6

maint: Use space between function name and '(' in sparse-xpow.cc. * sparse-xpow.cc: Use space between function name and '(' in sparse-xpow.cc.
author Rik <rik@octave.org>
date Tue, 20 Sep 2022 14:43:56 -0700
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);