view test/bug-59617/bug-59617.tst @ 31247:3dae836c598c

doc: Expand and edit documentation for memoization (bug #60860)
author Arun Giridhar <arungiridhar@gmail.com>
date Fri, 30 Sep 2022 06:38:59 -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")