diff test/bug-50014/bug-50014.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 7854d5752dd2
children 9080316864bf
line wrap: on
line diff
--- a/test/bug-50014/bug-50014.tst	Thu Sep 02 11:20:53 2021 -0400
+++ b/test/bug-50014/bug-50014.tst	Thu Sep 02 11:35:11 2021 -0400
@@ -26,7 +26,7 @@
 %!error <duplicate subfunction or nested function name>
 %! duplicate_nested_function ()
 
-%!assert (duplicate_nested_in_subfunction_ok (), 3)
+%!assert <50014> (duplicate_nested_in_subfunction_ok (), 3)
 
 %!error <duplicate subfunction or nested function name>
 %! duplicate_nested_parent_function ()
@@ -52,4 +52,4 @@
 %!error <duplicate subfunction or nested function name>
 %! duplicate_subfunction_old_syntax ()
 
-%!assert (duplicate_subfunction_separate_scope_ok (), 3)
+%!assert <50014> (duplicate_subfunction_separate_scope_ok (), 3)