diff libinterp/parse-tree/pt-eval.cc @ 30322:552239d43c18 stable

update bug status Modified files: cellfun.cc, mappers.cc, pt-eval.cc, bug-52851.tst, eval-command.tst, and handle-to-sibling.tst.
author John W. Eaton <jwe@octave.org>
date Tue, 23 Nov 2021 09:51:21 -0500
parents c517a55a14ad
children f69f749aad9b
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-eval.cc	Sat Oct 30 10:22:16 2021 -0400
+++ b/libinterp/parse-tree/pt-eval.cc	Tue Nov 23 09:51:21 2021 -0500
@@ -1828,7 +1828,7 @@
 %! fail ("__undef_sym__ (end)",
 %!       "invalid use of 'end': may only be used to index existing value");
 
-%!test <58953>
+%!test <*58953>
 %! x = 1:10;
 %! assert (x(end), 10);
 %! assert (x(minus (end, 1)), 9);