comparison test/bug-51192/bug-51192.tst @ 30115:9080316864bf

update bug status in test suite
author John W. Eaton <jwe@octave.org>
date Thu, 02 Sep 2021 11:40:04 -0400
parents 2838bbd84b87
children 796f54d4ddbf
comparison
equal deleted inserted replaced
30114:2838bbd84b87 30115:9080316864bf
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 <51192> 26 %!test <*51192>
27 %! a = class_bug51192 (); 27 %! a = class_bug51192 ();
28 %! a.foo ("asd") 28 %! a.foo ("asd")
29 %! class_bug51192.foo ("asd"); 29 %! class_bug51192.foo ("asd");