view test/bug-59617/bug-59617.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 <*59617>
%! obj = bug59617 ();
%! assert (max (@() 1, obj), "@bug59617/max")
%! assert (max (obj, @() 2), "@bug59617/max")
%! assert (max (obj, obj), "@bug59617/max")