annotate test/bug-50014/duplicate_nested_parent_function.m @ 33658:b1d6e40ac737 stable tip

NEWS.9.md: Fix typo and minor formatting changes. * etc/NEWS.9.md: Fix typo. Adjust whitespace. Use markdown syntax for code snippets.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 05 Jun 2024 11:27:35 +0200
parents 0c99b8c2e5bb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23043
0c99b8c2e5bb additional nested function and subfunction tests
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 ## Test nested function that duplicates nested function name
0c99b8c2e5bb additional nested function and subfunction tests
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 function duplicate_nested_parent_function ()
0c99b8c2e5bb additional nested function and subfunction tests
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 function bug ()
0c99b8c2e5bb additional nested function and subfunction tests
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 function bug ()
0c99b8c2e5bb additional nested function and subfunction tests
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 endfunction
0c99b8c2e5bb additional nested function and subfunction tests
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 endfunction
0c99b8c2e5bb additional nested function and subfunction tests
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 endfunction