view test/bug-59937/bug-59937.tst @ 30114:2838bbd84b87

update test files with bug numbers
author John W. Eaton <jwe@octave.org>
date Thu, 02 Sep 2021 11:35:11 -0400
parents 1a20cb5be8da
children 9080316864bf
line wrap: on
line source

%!test <59973>
%! eval_global_script
%! assert (isglobal (new_var_name));
%! assert (__varval__ (new_var_name), []);
%! eval (sprintf ("clear -global %s", new_var_name));