diff test/eval-command.tst @ 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 0a5b15007766
children 796f54d4ddbf
line wrap: on
line diff
--- a/test/eval-command.tst	Sat Oct 30 10:22:16 2021 -0400
+++ b/test/eval-command.tst	Tue Nov 23 09:51:21 2021 -0500
@@ -175,9 +175,9 @@
 
 %!shared evalin_value
 %! evalin_value = "this is the caller";
-%!assert <59847> (f_eval_fun (), "this is the caller");
-%!assert <59847> (g_eval_fun (), "this is the caller");
-%!assert <59847> (h_eval_fun (), "this is h_eval_fun");
+%!assert <*59847> (f_eval_fun (), "this is the caller");
+%!assert <*59847> (g_eval_fun (), "this is the caller");
+%!assert <*59847> (h_eval_fun (), "this is h_eval_fun");
 
 %!function r = f_asgn_fun ()
 %!  asgnin_value = "this is f_asgn_fun";
@@ -195,17 +195,17 @@
 %!  r = asgnin_value;
 %!endfunction
 
-%!test <59847>
+%!test <*59847>
 %! asgnin_value = "this is the caller";
 %! assert (f_asgn_fun (), "this is f_asgn_fun");
 %! assert (asgnin_value, "f value");
 
-%!test <59847>
+%!test <*59847>
 %! asgnin_value = "this is the caller";
 %! assert (g_asgn_fun (), "this is g_asgn_fun");
 %! assert (asgnin_value, "f value");
 
-%!test <59847>
+%!test <*59847>
 %! asgnin_value = "this is the caller";
 %! assert (h_asgn_fun (), "f value");
 %! assert (asgnin_value, "this is the caller");