annotate test/bug-50014/duplicate_nested_parent_function.m @ 31191:bb9d776eafac stable

Fix wrong color in PDF printout of some latex strings (bug #62884) * octave-svgconvert (draw): For "rect" elements only set brush color if necessary and eventually restore to previous color.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sun, 14 Aug 2022 18:24:07 +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