view test/bug-59704/bug-59704.tst @ 30114:2838bbd84b87

update test files with bug numbers
author John W. Eaton <jwe@octave.org>
date Thu, 02 Sep 2021 11:35:11 -0400
parents 09f99fe5190c
children 9080316864bf
line wrap: on
line source

%!test <59704>
%! o = bug59704_1 ();
%! o.test ();
%! assert (o.p, [])

%!test <59704>
%! o = bug59704_2 ();
%! [~, o(1)] = size (rand (2, 5));
%! assert (o(1), 5)