comparison test/bug-35448/bug-35448.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 0a5b15007766
children 9080316864bf
comparison
equal deleted inserted replaced
30113:3efce22b7350 30114:2838bbd84b87
21 ## along with Octave; see the file COPYING. If not, see 21 ## along with Octave; see the file COPYING. If not, see
22 ## <https://www.gnu.org/licenses/>. 22 ## <https://www.gnu.org/licenses/>.
23 ## 23 ##
24 ######################################################################## 24 ########################################################################
25 25
26 %!test 26 %!test <35448>
27 %! global gfun 27 %! global gfun
28 %! gfun = @fB; 28 %! gfun = @fB;
29 %! y = fA (e); 29 %! y = fA (e);
30 %! assert (y, e); 30 %! assert (y, e);
31 %! clear -global gfun; # cleanup after test 31 %! clear -global gfun; # cleanup after test
32 32
33 %!test 33 %!test <35448>
34 %! global gfun 34 %! global gfun
35 %! gfun = @fC; 35 %! gfun = @fC;
36 %! y = fA (e); 36 %! y = fA (e);
37 %! assert (y, e); 37 %! assert (y, e);
38 %! clear -global gfun; # cleanup after test 38 %! clear -global gfun; # cleanup after test