diff libinterp/parse-tree/bp-table.cc @ 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 f6c74e01e294 fc3b7160ba77
children abca9eac1ec9
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"});
 */