# HG changeset patch # User Markus Mützel # Date 1649695353 -7200 # Node ID c5284aceb80ba59cae9faeba9974f942cb5881bc # Parent b78e2d064effecd0cf1e48642b5185a1fecc78e5# Parent fc3b7160ba77b11a24db202d8fc86e8be6054cf6 maint: Merge stable to default. diff -r b78e2d064eff -r c5284aceb80b libinterp/parse-tree/bp-table.cc --- 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"}); */