|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #58389] field key not recognized in anonymous function handle |
| Date: | Mon, 18 May 2020 15:58:37 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko |
Update of bug #58389 (project octave):
Status: Ready For Test => Fixed
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #6:
Works fine now. Closing report.
Should we install a BIST test somewhere so this doesn't re-occur?
%!test <*58389>
%! s = "x" ;
%! a.(s) = [e pi];
%! f = @(idx) a.(s)(idx);
%! assert (f(1), e);
I didn't see that we had a file in the test/ directory devoted to anonymous
functions or I would have put it there.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58389>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |