changeset 30929:c5284aceb80b

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 11 Apr 2022 18:42:33 +0200
parents b78e2d064eff (current diff) fc3b7160ba77 (diff)
children 1e7a33a0e586
files libinterp/parse-tree/bp-table.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/bp-table.cc	Mon Apr 11 16:40:52 2022 +0200
+++ b/libinterp/parse-tree/bp-table.cc	Mon Apr 11 18:42:33 2022 +0200
@@ -539,13 +539,13 @@
 %! dbstop help;
 %! dbstop in ls;
 %! dbstop help at 105;  # 105 is a comment; code line is at 106
-%! dbstop in ls 102;
+%! dbstop in ls 104;
 %! dbstop help 204 if a==5;
 %! dbstop if error Octave:undefined-function;
 %! s = dbstatus;
 %! dbclear all;
 %! assert ({s.bkpt(:).name}, {"help", "help", "help>do_contents", "ls", "ls"});
-%! assert ([s.bkpt(:).line], [56, 106, 208, 63, 102]);
+%! assert ([s.bkpt(:).line], [56, 106, 208, 63, 104]);
 %! assert (s.errs, {"Octave:undefined-function"});
 */