view test/bug-59617/bug-59617.tst @ 30949:7d99816e9709 stable

ls.m: Improve wording in docstring (bug #62282).
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 21 Apr 2022 17:52:31 +0200
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")